We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b23f3 commit 24eaa63Copy full SHA for 24eaa63
instance_principal.tf
@@ -41,3 +41,13 @@ resource "oci_identity_policy" "operator_group_policy" {
41
42
count = var.enable_operator_instance_principal == true ? 1 : 0
43
}
44
+
45
+moved {
46
+ from = oci_identity_policy.enable_operator_instance_principal
47
+ to = oci_identity_policy.operator_group_policy
48
+}
49
50
51
+ from = oci_identity_dynamic_group.enable_operator_instance_principal
52
+ to = oci_identity_dynamic_group.operator_group
53
0 commit comments