terraform-provider-snowflake icon indicating copy to clipboard operation
terraform-provider-snowflake copied to clipboard

Can't set owner in snowflake_pipe

Open Dzvezdana opened this issue 3 years ago • 1 comments

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.

Dzvezdana avatar Dec 21 '21 09:12 Dzvezdana

I have the same issue.

Provider Version v0.37.1

Terraform Version v1.2.2

senmm avatar Jul 15 '22 06:07 senmm

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.

sfc-gh-asawicki avatar Apr 30 '24 16:04 sfc-gh-asawicki