-
Notifications
You must be signed in to change notification settings - Fork 674
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
ibm_iam_account_settings modify issue #3249
Comments
|
Strange @kavya498 , if I send an API call with value set to "", the filter is removed/disabled. |
Community Note
Terraform CLI and Terraform IBM Provider Version
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
Actual configuration was never changed, I confirmed via API call and UI
Expected Behavior
Resource update to make changes on target system.
Actual Behavior
Terraform change/update execution does not work with
allowed_ip_addresses
.Steps to Reproduce
terraform apply
> this works ok the first time if you start with no IP configuration (everything allowed) and add a new IP(s)terraform apply
> after setting field back to "" to reset the setting, terraform reports a change that took place, but no change is made in account setting, subsequent applies report no changes to infrastructure unless one sets the field to something than it is not either the original value (step1) or "".The text was updated successfully, but these errors were encountered: