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
policy_statement=(var.oke_kms.use_encryption==true) ?"Allow dynamic-group ${oci_identity_dynamic_group.oke-kms-cluster[0].name} to use keys in compartment ${var.oci_identity.compartment_name} where target.key.id = '${var.oke_kms.key_id}'":""
11
-
10
+
policy_statement=(var.oke_kms.use_encryption==true) ?"Allow dynamic-group ${oci_identity_dynamic_group.oke-kms-cluster[0].name} to use keys in compartment id ${data.oci_identity_compartments.compartments_id.compartments.0.id} where target.key.id = '${var.oke_kms.key_id}'":""
0 commit comments