You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
STRING_SHARED_AS under the object config was auto set prior, now is a new property undocumented (ISSUE 1 being undocumented) and simply takes name of schema you are sharing if I don't set it.
If I don't set it, shouldn't come up as diff in terraform (ISSUE 2). Terraform provider always trying to set it. Its undocumented in your docs too.
Actual Behavior
There is always a diff in resource when not setting this parameter.
Steps to Reproduce
Obvious, don't set string_shared_as in resource
Terraform and provider versions
Latest version
Is it a regression?
Yes
Debug Output
Important Factoids
No
Would you like to implement a fix?
No.
The text was updated successfully, but these errors were encountered:
Configuration
Expected Behavior
STRING_SHARED_AS under the object config was auto set prior, now is a new property undocumented (ISSUE 1 being undocumented) and simply takes name of schema you are sharing if I don't set it.
If I don't set it, shouldn't come up as diff in terraform (ISSUE 2). Terraform provider always trying to set it. Its undocumented in your docs too.
Actual Behavior
There is always a diff in resource when not setting this parameter.
Steps to Reproduce
Obvious, don't set string_shared_as in resource
Terraform and provider versions
Latest version
Is it a regression?
Yes
Debug Output
Important Factoids
No
Would you like to implement a fix?
No.
The text was updated successfully, but these errors were encountered: