terraform-provider-snowflake
terraform-provider-snowflake copied to clipboard
Can't set owner in snowflake_pipe
Provider Version 0.25.30
Terraform Version 0.14.6
Describe the bug
When running terraform plan, setting the owner in snowflake_pipe:
resource "snowflake_pipe" "pipe" {
...
owner = "ROLE1"
}
fails with:
Error: Value for unconfigurable attribute
on ../snowflake-pipe.tf line 65, in resource "snowflake_pipe" "pipe":
65: owner = "ROLE1"
Can't configure a value for "owner": its value will be decided automatically
based on the result of applying this configuration.
Expected behavior
According to the documentation, it should be possible to set the owner of Snowpipe.
I have the same issue.
Provider Version v0.37.1
Terraform Version v1.2.2
We are closing this issue as part of a cleanup described in announcement. If you believe that the issue is still valid in v0.89.0, please open a new ticket.