Skip to content

Commit

Permalink
Add acl only if bucketOnwerPreferred
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pkommini committed Jun 21, 2023
1 parent 0ad3af3 commit 297caa5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion examples/complete/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 1.4.4"
required_version = ">= 1.4.6"

required_providers {
aws = {
Expand Down
1 change: 0 additions & 1 deletion storage_integration.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ resource "snowflake_storage_integration" "this" {
storage_aws_role_arn = "arn:${var.arn_format}:iam::${local.account_id}:role/${local.s3_reader_role_name}"
}


resource "snowflake_integration_grant" "this" {
provider = snowflake.storage_integration_role
integration_name = snowflake_storage_integration.this.name
Expand Down

0 comments on commit 297caa5

Please sign in to comment.