Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add STORAGE_AWS_OBJECT_ACL support to storage integration #755

Merged
merged 9 commits into from
Nov 10, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update docs
Shane Tzen committed Nov 9, 2021
commit 3bb8e3c7cd8cc302f0b5bffd921e9b04ca9d6544
4 changes: 3 additions & 1 deletion docs/resources/storage_integration.md
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
page_title: "snowflake_storage_integration Resource - terraform-provider-snowflake"
subcategory: ""
description: |-

---

# snowflake_storage_integration (Resource)
@@ -22,6 +22,7 @@ resource snowflake_storage_integration integration {

# storage_allowed_locations = [""]
# storage_blocked_locations = [""]
# storage_aws_object_acl = "bucket-owner-full-control"

storage_provider = "S3"
storage_aws_external_id = "..."
@@ -47,6 +48,7 @@ resource snowflake_storage_integration integration {
- **comment** (String)
- **enabled** (Boolean)
- **id** (String) The ID of this resource.
- **storage_aws_object_acl** (String) "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control.
- **storage_aws_role_arn** (String)
- **storage_blocked_locations** (List of String) Explicitly prohibits external stages that use the integration from referencing one or more storage locations.
- **type** (String)
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ resource snowflake_storage_integration integration {

# storage_allowed_locations = [""]
# storage_blocked_locations = [""]
# storage_aws_object_acl = "bucket-owner-full-control"

storage_provider = "S3"
storage_aws_external_id = "..."