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

Connection naming error #84

Open
JakeNeyer opened this issue Feb 24, 2023 · 0 comments
Open

Connection naming error #84

JakeNeyer opened this issue Feb 24, 2023 · 0 comments

Comments

@JakeNeyer
Copy link
Contributor

As a connivence, Polytomic renames certain connections. While this is helpful in most cases, it causes Terraform to complain about a mismatch in the configurations and the received return value. The error looks something like:

When applying changes to polytomic_snowflake_connection.snowflake, provider "provider[\"registry.terraform.io/polytomic/polytomic\"]" produced an
│ unexpected new value: .name: was cty.StringVal("Snowflake"), but now cty.StringVal("Snowflake Develop").

Ideally, we could set the name attribute as Computed; however, the Required property and the Computed property are mutually exclusive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant