-
Notifications
You must be signed in to change notification settings - Fork 215
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
constant change-loops in the 'okta_app_group_assignments' resource #663
Comments
Hi @elena-rico! Thanks for submitting this issue! Unfortunately, this bug still exists. The problem is that terraform's |
Is there something that could be done using lifecycle {
ignore_changes = [
// none of these work
group.profile
group.*.profile
group.[*].profile
...
]
} Here's someone with a similar conundrum: https://stackoverflow.com/questions/64431159/terraform-ignore-changes-on-dynamic-resources |
@elena-rico @fschmager I've created a PR that should fix constant change-loops. I had to switch from |
Hi @bogdanprodan-okta, I was testing your earlier suggestions. I'll wait for your changes to be merged and test again. |
@elena-rico new release is out so you can check if that fixes this issue. |
Community Note
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
Running t
erraform apply
several times shows No changes. Your infrastructure matches the configuration.Actual Behavior
Steps to Reproduce
terraform apply
Important Factoids
References
This behavior was expected to be fixed in
v.3.13.11
PR #644The text was updated successfully, but these errors were encountered: