generated from terraform-modules/template_aws_submodules
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
84 additions
and
11 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
examples/full-cluster-tf-upgrade/aws-auth/aws-auth.auto.tfvars
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| aws_auth_users = [ | ||
| { | ||
| userarn = "" | ||
| aws_username = "a-ashle001" | ||
| username = "admin" | ||
| groups = ["system:masters", "eks-console-dashboard-full-access-group"] | ||
| }, | ||
| { | ||
| userarn = "" | ||
| aws_username = "a-badra001" | ||
| username = "admin" | ||
| groups = ["system:masters", "eks-console-dashboard-full-access-group"] | ||
| }, | ||
| ] | ||
| aws_auth_roles = [ | ||
| { | ||
| rolearn : "" | ||
| aws_rolename : "r-inf-cloud-admin" | ||
| username : "admin" | ||
| groups = ["eks-console-dashboard-full-access-group"] | ||
| }, | ||
| ] |
16 changes: 16 additions & 0 deletions
16
examples/full-cluster-tf-upgrade/cluster-roles/variables.auto.tfvars
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| istio_installed_namespace = "istio-system" | ||
| # enable only for cicd needs | ||
| cicd_k8s_group_name = "cicd-deployer" | ||
| cicd_k8s_user_name = "cicd-deployer" | ||
| cicd_managed_namespaces = [] | ||
| deployer_application_istio_role_name = "deployer-application-istio-role" | ||
| deployer_application_istio_rolebinding_name = "deployer-application-istio-rolebinding" | ||
| deployer_application_role_name = "deployer-application-role" | ||
| deployer_application_rolebinding_name = "deployer-application-rolebinding" | ||
| deployer_istiosystem_role_name = "deployer-istiosystem-role" | ||
| # enable only for dba account needs (most likely, not needed) | ||
| dba_admin_rolebinding_name = "dba-admin-rolebinding" | ||
| dba_administrator_role_name = "dba-admin-role" | ||
| dba_k8s_group_name = "dba-admin" | ||
| dba_k8s_user_name = "dba-admin" | ||
| dba_managed_namespaces = [] |
2 changes: 2 additions & 0 deletions
2
examples/full-cluster-tf-upgrade/common-services/common-services.auto.tfvars
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| #tls_crt_file = "certs/pki.test4.sandbox.csp2.census.gov.bundle.crt" | ||
| #tls_key_file = "certs/pki.test4.sandbox.csp2.census.gov.key" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
examples/full-cluster-tf-upgrade/common-services/variables.common-services.auto.tfvars
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| cert_manager_cainjector_tag = "v1.4.3" | ||
| cert_manager_controller_tag = "v1.4.3" | ||
| cert_manager_webhook_tag = "v1.4.3" | ||
| cluster_autoscaler_tag = "v1.21.0" | ||
| istio_tag = "1.10.1" | ||
| metrics_server_tag = "0.6.2-debian-11-r0" | ||
| tls_crt_b64 = "" | ||
| tls_crt_contents = "" | ||
| tls_crt_file = "" | ||
| tls_key_b64 = "" | ||
| tls_key_contents = "" | ||
| tls_key_file = "" | ||
| vault_approle_role_id = "" | ||
| vault_approle_role_path = "" | ||
| vault_approle_secret_id = "" | ||
| vault_authentication = "" | ||
| vault_ca_bundle_pem = "" | ||
| vault_ca_bundle_pem_b64 = "" | ||
| vault_ca_bundle_pem_file = "" | ||
| vault_path = "" | ||
| vault_serviceaccount_mountpath = "" | ||
| vault_serviceaccount_role = "" | ||
| vault_serviceaccount_sa = "" | ||
| vault_token = "" | ||
| vault_url = "" |
3 changes: 3 additions & 0 deletions
3
examples/full-cluster-tf-upgrade/irsa-roles/cluster-autoscaler/variables.irsa.auto.tfvars
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| namespace = "kube-system" | ||
| namespace_short = "" | ||
| name = "cluster-autoscaler" |
3 changes: 3 additions & 0 deletions
3
examples/full-cluster-tf-upgrade/irsa-roles/variables.irsa.auto.tfvars
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| name = "unknown" | ||
| namespace = "unknown" | ||
| namespace_short = "" |