Skip to content

Commit 24eaa63

Browse files
authored
Add moved blocks for renamed dynamic group, policy for instance principal (#74)
Signed-off-by: Devon Crouse <[email protected]> Signed-off-by: Devon Crouse <[email protected]>
1 parent 78b23f3 commit 24eaa63

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

instance_principal.tf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,13 @@ resource "oci_identity_policy" "operator_group_policy" {
4141

4242
count = var.enable_operator_instance_principal == true ? 1 : 0
4343
}
44+
45+
moved {
46+
from = oci_identity_policy.enable_operator_instance_principal
47+
to = oci_identity_policy.operator_group_policy
48+
}
49+
50+
moved {
51+
from = oci_identity_dynamic_group.enable_operator_instance_principal
52+
to = oci_identity_dynamic_group.operator_group
53+
}

0 commit comments

Comments
 (0)