Skip to content

Commit

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

account = var.snowflake_account
role = var.snowflake_storage_integration_owner_role
account = var.snowflake_account
role = var.snowflake_storage_integration_owner_role
username = "example_user"
}

0 comments on commit 25f19fc

Please sign in to comment.