Skip to content
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

Fix: iam_cloud_settings #3247 #3242 #3256

Merged
merged 1 commit into from
Oct 27, 2021
Merged

Conversation

kavya498
Copy link
Collaborator

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment 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 pull request followers and do not help prioritize the request

Relates OR Closes #3247 #3242

 # ibm_cloud_shell_account_settings.iam_account_settings_instance will be updated in-place
  ~ resource "ibm_cloud_shell_account_settings" "iam_account_settings_instance" {
        account_id                  = "52b2e14f385aca5da781baa1b9c28e53"
        created_at                  = 1635233781
2021/10/26 13:16:47 [DEBUG] command: asking for input: "Do you want to perform these actions?"
        created_by                  = "IBMid-50QKA5A0VU"
      ~ default_enable_new_features = false -> true
      ~ default_enable_new_regions  = false -> true
      ~ enabled                     = false -> true
        id                          = "52b2e14f385aca5da781baa1b9c28e53"
        rev                         = "1-d19653ec47239c067f263593546a1945"
        updated_at                  = 0

      ~ features {
          ~ enabled = false -> true
            key     = "server.file_manager"
        }
      ~ features {
          ~ enabled = false -> true
            key     = "server.web_preview"
        }

      ~ regions {
          ~ enabled = false -> true
            key     = "eu-de"
        }
      ~ regions {
          ~ enabled = false -> true
            key     = "jp-tok"
        }
      ~ regions {
          ~ enabled = false -> true
            key     = "us-south"
        }
    }

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
ibm_cloud_shell_account_settings.iam_account_settings_instance: Modifying... [id=52b2e14f385aca5da781baa1b9c28e53]
ibm_cloud_shell_account_settings.iam_account_settings_instance: Modifications complete after 4s [id=52b2e14f385aca5da781baa1b9c28e53]

Apply complete! Resources: 0 added, 1 changed, 0 destroyed.

@kavya498 kavya498 linked an issue Oct 26, 2021 that may be closed by this pull request
@hkantare hkantare merged commit 0ef2839 into IBM-Cloud:master Oct 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ibm_cloud_shell_account_settings modify issue ibm_cloud_shell_account_settings delete issue
2 participants