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
The update is applied by terraform and errors with:
Error: Provider produced inconsistent final plan
When expanding the plan for snowflake_legacy_service_user.this to include new values learned so far during apply, provider "registry.terraform.io/snowflake-labs/snowflake" produced an invalid new value for .show_output: was known, but now unknown.
This is a bug in the provider, which should be reported in the provider's own issue tracker.
Steps to Reproduce
An existing snowflake_legacy_service_user without rsa key set
Update the resource to contain rsa_public_key
How much impact is this issue causing?
Low
Logs
No response
Additional Information
No response
Would you like to implement a fix?
Yeah, I'll take it 😎
The text was updated successfully, but these errors were encountered:
How do you provide the key, exactly? I just checked with
resource"snowflake_legacy_service_user""this" {
...rsa_public_key=file("~/.ssh/snowflake_tf_snow_key.pub")
# ORrsa_public_key=<<EOT-----BEGIN PUBLIC KEY-----MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm9lT5FqYxVxojxjM6iaS...NgxUUts2n9iBtQcupUGg3cqZnmDAsHbu14R+IYmdCtw6Zhc1j3WFyp6Z0jTPrM10MwIDAQAB-----END PUBLIC KEY-----EOT
}
and it works fine. Please provide logs with TF_LOG=DEBUG. Check, if you new lines are used formatted correctly.
Terraform CLI Version
1.8.3
Terraform Provider Version
1.0.2
Company Name
No response
Terraform Configuration
Category
category:resource
Object type(s)
No response
Expected Behavior
Apply without error
Actual Behavior
The update is applied by terraform and errors with:
Steps to Reproduce
snowflake_legacy_service_user
without rsa key setrsa_public_key
How much impact is this issue causing?
Low
Logs
No response
Additional Information
No response
Would you like to implement a fix?
The text was updated successfully, but these errors were encountered: