Skip to content

Commit

Permalink
forgot to add simple.auto.tfvars.
Browse files Browse the repository at this point in the history
  • Loading branch information
zawac002 committed Sep 26, 2023
1 parent dc76c24 commit 25ac2c1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions examples/simple/simple.auto.tfvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
region = "us-gov-east-1"
profile = "107742151971-do2-govcloud"
cluster_name = "adsd-cumulus-sandbox"

vpc_id = "vpc-0d71dc78076c0e0b3"
subnets = [
"subnet-004f46dfe18f4cd53",
"subnet-00dba5a2905c7fe70",
"subnet-0360b208aa4feefd6",
]
security_group_all_worker_mgmt_id = "sg-0208882843ec79a56"

oidc_provider_arn = "arn:aws-us-gov:iam::107742151971:oidc-provider/oidc.eks.us-gov-east-1.amazonaws.com/id/7FE48CFA5D16E37DFCCB764674F0A212"
eks_managed_node_groups_autoscaling_group_names = [""]


0 comments on commit 25ac2c1

Please sign in to comment.