Skip to content

Commit

Permalink
Pr storage gcp service account (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh1n committed Mar 17, 2021
1 parent 8a1e224 commit 4bf5fbd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources/storage_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ resource snowflake_storage_integration integration {
- **created_on** (String) Date and time when the storage integration was created.
- **storage_aws_external_id** (String) The external ID that Snowflake will use when assuming the AWS role.
- **storage_aws_iam_user_arn** (String) The Snowflake user that will attempt to assume the AWS role.
- **storage_gcp_service_account** (String) This is the name of the Snowflake Google Service Account created for your account.

## Import

Expand Down
5 changes: 5 additions & 0 deletions pkg/resources/storage_integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ var storageIntegrationSchema = map[string]*schema.Schema{
Computed: true,
Description: "This is the name of the Snowflake client application created for your account.",
},
"storage_gcp_service_account": {
Type: schema.TypeString,
Computed: true,
Description: "This is the name of the Snowflake Google Service Account created for your account.",
},
"created_on": {
Type: schema.TypeString,
Computed: true,
Expand Down

0 comments on commit 4bf5fbd

Please sign in to comment.