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
Copy file name to clipboardExpand all lines: examples/enterprise/README.md
-117Lines changed: 0 additions & 117 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,120 +53,3 @@ terraform apply
53
53
```
54
54
55
55
---
56
-
57
-
## Known issue
58
-
59
-
There is a [known issue](https://github.com/IBM-Cloud/terraform-provider-ibm/issues/6164) which you will face if you attempt a re-apply of this example after the initial apply has complete.
60
-
61
-
- The `ibm_iam_trusted_profile_template` will detect a update in place which looks something like this:
62
-
```
63
-
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
64
-
~ update in-place
65
-
66
-
Terraform will perform the following actions:
67
-
68
-
# module.trusted_profile_template.ibm_iam_trusted_profile_template.trusted_profile_template_instance will be updated in-place
- Any account groups that were assigned the trusted profile template will also see an update in place. For example:
88
-
```
89
-
# module.trusted_profile_template.ibm_iam_trusted_profile_template_assignment.account_settings_template_assignment_instance["AccountGroup-3596923e5a674a7fa7eb01c5b17fce8e"] will be updated in-place
│ "details": "Unable to process this request as Template with ID 'ProfileTemplate-8b16cb82-b9b4-434a-b678-12c82033e9a7' and version '1' is in a committed state.",
│ with module.trusted_profile_template.ibm_iam_trusted_profile_template.trusted_profile_template_instance,
170
-
│ on .terraform/modules/trusted_profile_template/modules/trusted-profile-template/main.tf line 26, in resource "ibm_iam_trusted_profile_template" "trusted_profile_template_instance":
0 commit comments