Skip to content

Commit

Permalink
Add snowsql provider to example.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bkou committed Dec 16, 2024
1 parent 56206b0 commit de5a643
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/complete/snowsql_provider.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
provider "snowsql" {
alias = "security_storage_integration_role"

account = var.snowflake_account
role = var.snowflake_storage_integration_owner_role
}

0 comments on commit de5a643

Please sign in to comment.