Closed bsramin closed 1 year ago
Hello @bsramin, from the plan it looks as if the changes are caused by the client_id_list
property in the aws_iam_openid_connect_provider
resource being reordered, I've tried replicating the issue, including using the asterisk for all repositories, but my plan/apply says:
No changes. Your infrastructure matches the configuration.
I'll continue to try and replicate unless you've already resolved the issue.
reorders them alphabetically?
I'm doing several tests, including destroying and recreating the state, but it remains
I think it's related to this: https://github.com/hashicorp/terraform-provider-aws/issues/29868
This can be resolved by upgrading the provider version to 4.67.0+.
fixed, yes. Thanks
Hi, I just added this simple module in my project
With the name of my organization instead of
ORG
.It's ok, but every time I launch plan & apply I have this:
Plan: 1 to add, 1 to change, 1 to destroy.
Why? Where do you think I'm wrong? Thanks