Skip to content

Commit

Permalink
add tfvars files
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Nov 10, 2021
1 parent f276f0b commit 2c5d9b5
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 0 deletions.
22 changes: 22 additions & 0 deletions examples/full-cluster/aws-auth/aws-auth.auto.tfvars
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"]
},
]
1 change: 1 addition & 0 deletions examples/full-cluster/aws-auth/settings.auto.tfvars
1 change: 1 addition & 0 deletions examples/full-cluster/aws-auth/variables.vpc.auto.tfvars
1 change: 1 addition & 0 deletions examples/full-cluster/cluster-roles/settings.auto.tfvars
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"
1 change: 1 addition & 0 deletions examples/full-cluster/common-services/settings.auto.tfvars
1 change: 1 addition & 0 deletions examples/full-cluster/efs/settings.auto.tfvars
1 change: 1 addition & 0 deletions examples/full-cluster/efs/variables.vpc.auto.tfvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
namespace = "kube-system"
name = "cluster-autoscaler"
1 change: 1 addition & 0 deletions examples/full-cluster/irsa-roles/settings.auto.tfvars
5 changes: 5 additions & 0 deletions examples/full-cluster/variables.vpc.auto.tfvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# for a submodule/subrepository, copy variables.vpc.auto.tfvars from the appropriate vpc/{region}/vpc{n}/ directory in the main repo
# for something directly in the main repo for the account, make a link to the file, which is handled by setup-new-directory.sh
# if you fail to do this, you will get some errors on missing variables
#
# you may also wish to copy variables.vpc.tf from that vpc directory in case new variables have been defined for a vpc

0 comments on commit 2c5d9b5

Please sign in to comment.