Open onor13 opened 1 year ago
@onor13 it seems to me as a Terraform AWS provider issue:
│ This is a bug in the provider, which should be reported in the provider's │ own issue tracker.
In any case, did you try with latest version of this module and the AWS provider?
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: .writeattributes: 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 https://github.com/lgallard/terraform-aws-cognito-user-pool/issues/112 )
The same configuration was working fine with terraform 0.15.2 and the plugin version 0.18.2