diff --git a/examples/full-cluster/cluster-roles/settings.auto.tfvars b/examples/full-cluster/cluster-roles/settings.auto.tfvars deleted file mode 120000 index e397af4..0000000 --- a/examples/full-cluster/cluster-roles/settings.auto.tfvars +++ /dev/null @@ -1 +0,0 @@ -../settings.auto.tfvars \ No newline at end of file diff --git a/examples/full-cluster/cluster-roles/tf-run.data b/examples/full-cluster/cluster-roles/tf-run.data index 24037de..439b5e0 100644 --- a/examples/full-cluster/cluster-roles/tf-run.data +++ b/examples/full-cluster/cluster-roles/tf-run.data @@ -1,9 +1,10 @@ -VERSION 1.1.0 +VERSION 1.1.1 REMOTE-STATE STOP only run this after the cluster roles represented here have been setup in K8S COMMAND tf-directory-setup.py -l none -f COMMAND setup-new-directory.sh COMMAND tf-init -upgrade +COMMAND ln -sf ../settings.auto.tfvars . POLICY ALL COMMAND tf-directory-setup.py -l s3 diff --git a/examples/full-cluster/cluster-roles/variables.tf b/examples/full-cluster/cluster-roles/variables.tf index 25beb2b..559f683 100644 --- a/examples/full-cluster/cluster-roles/variables.tf +++ b/examples/full-cluster/cluster-roles/variables.tf @@ -73,27 +73,11 @@ variable "dba_admin_rolebinding_name" { variable "cicd_managed_namespaces" { description = "Deployer managed namespaces that deploy can create resources in (excluding cluster name prefix)" type = list - default = [ - "apps", - "addressupdate", - "adminmatchrecord", - "cbs-apps", - "collectionevent", - "collectionintervention", - "collectionoperation", - "collectionresponse", - "common", - "mft", - "monitoring", - ] - + default = [] } variable "dba_managed_namespaces" { description = "DBA admin managed namespaces (excluding cluster name prefix)" type = list - default = [ - "db" - ] - + default = [] }