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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# module.iam-account-settings.ibm_cloud_shell_account_settings.cloud_shell_account_settings will be updated in-place
~ resource "ibm_cloud_shell_account_settings" "cloud_shell_account_settings" {
~ default_enable_new_features = false -> true
~ default_enable_new_regions = false -> true
~ enabled = false -> true
id = "ac-5a5b9393966873091a0d13cd50dc40ad"
# (5 unchanged attributes hidden)
~ features {
~ enabled = false -> true
# (1 unchanged attribute hidden)
}
~ features {
~ enabled = false -> true
# (1 unchanged attribute hidden)
}
~ regions {
~ enabled = false -> true
# (1 unchanged attribute hidden)
}
~ regions {
~ enabled = false -> true
# (1 unchanged attribute hidden)
}
~ regions {
~ enabled = false -> true
# (1 unchanged attribute hidden)
}
}
Plan: 0 to add, 1 to change, 0 to destroy.
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
module.iam-account-settings.ibm_cloud_shell_account_settings.cloud_shell_account_settings: Modifying... [id=ac-5a5b9393966873091a0d13cd50dc40ad]
╷
│ Error: The given id ac-5a5b9393966873091a0d13cd50dc40ad does not contain / please check documentation on how to provider id during import command
│
│ with module.iam-account-settings.ibm_cloud_shell_account_settings.cloud_shell_account_settings,
│ on ../../main.tf line 41, in resource "ibm_cloud_shell_account_settings" "cloud_shell_account_settings":
│ 41: resource "ibm_cloud_shell_account_settings" "cloud_shell_account_settings" {
Expected Behavior
Resource change/update to be successful.
Actual Behavior
Terraform change execution fails
Steps to Reproduce
terraform apply > this works ok the first time
Update attributes from false to true or the other way around.
terraform apply > this does not work, the updates are not made.
4 terraform destroy > this works ok
The text was updated successfully, but these errors were encountered:
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
Expected Behavior
Resource change/update to be successful.
Actual Behavior
Terraform change execution fails
Steps to Reproduce
terraform apply
> this works ok the first timefalse
totrue
or the other way around.terraform apply
> this does not work, the updates are not made.4
terraform destroy
> this works okThe text was updated successfully, but these errors were encountered: