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
We already had a configuration in place, after the upgrade of terraform and this plugin I am getting the following error: When applying changes to
│ module.user_pool.aws_cognito_user_pool_client.client[0], provider
│ "provider["registry.terraform.io/hashicorp/aws"]" produced an unexpected
│ new value: .write_attributes: was cty.SetValEmpty(cty.String), but now
│ null.
│
│ This is a bug in the provider, which should be reported in the provider's
│ own issue tracker.
I am using: hashicorp/aws v4.60.0 terraform: 1.4.0 lgallard/cognito-user-pool/aws: 0.20.1 (I tried the v0.21 but it fails with the error described here #112 )
The same configuration was working fine with terraform 0.15.2 and the plugin version 0.18.2
We already had a configuration in place, after the upgrade of terraform and this plugin I am getting the following error:
When applying changes to
│ module.user_pool.aws_cognito_user_pool_client.client[0], provider
│ "provider["registry.terraform.io/hashicorp/aws"]" produced an unexpected
│ new value: .write_attributes: was cty.SetValEmpty(cty.String), but now
│ null.
│
│ This is a bug in the provider, which should be reported in the provider's
│ own issue tracker.
I am using:
hashicorp/aws v4.60.0
terraform: 1.4.0
lgallard/cognito-user-pool/aws: 0.20.1 (I tried the v0.21 but it fails with the error described here #112 )
The same configuration was working fine with terraform 0.15.2 and the plugin version 0.18.2
The text was updated successfully, but these errors were encountered: