Skip to content

Commit 2249487

Browse files
committed
unmerged changes in groups
Signed-off-by: Ali Mukadam <[email protected]>
1 parent 680403e commit 2249487

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/policies/groups.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ data "template_file" "update_dynamic_group_script" {
2424

2525
depends_on = [oci_identity_dynamic_group.oke-kms-cluster]
2626

27-
<<<<<<< HEAD
28-
count = (var.oke_kms.use_encryption == true && var.bastion.create_bastion == true && var.bastion.enable_instance_principal == true) ? 1 : 0
29-
=======
3027
count = var.oke_kms.use_encryption == true && var.admin.admin_enabled == true && var.admin.admin_instance_principal == true ? 1 : 0
31-
>>>>>>> c26d4b3... python3 and oci in admin host, using oci-cli to generate kubeconfig instead of uploading, sort all variables in alphabetical order, standard naming for enabled parameters, added additional checks to prevent locals in policies module looking up a dynamic group when instance_principal is not created and use_encryption=false and updated terraform.tfvars.example to remove unused bastion parameters, use compartment id instead of compartment name to write policy statement, update Kubernetes available versions in Terraform options doc, updated diagrams with admin host, kubeconfig v2 on admin host
3228
}
3329

3430
resource null_resource "update_dynamic_group" {

0 commit comments

Comments
 (0)