Skip to content

Commit

Permalink
Better explanation of example variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgin314 committed Jun 25, 2024
1 parent d152102 commit fa89db7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/simple/simple.auto.tfvars
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Generally these values originate from or need to match those in tfmod-eks
region = "us-gov-east-1"
profile = "terraform"
cluster_name = "platform-test-1"
Expand All @@ -9,6 +10,7 @@ subnets = [
"subnet-07a6339be3670fb41",
]

# These values are outputs of tfmod-eks
security_group_all_worker_mgmt_id = "sg-08d7d5d8cff75c1d3"
oidc_provider_arn = "arn:aws-us-gov:iam::224384469011:oidc-provider/oidc.eks.us-gov-east-1.amazonaws.com/id/EA906CF6F61F76098A45EEE3BA96B161"
eks_managed_node_groups_autoscaling_group_names = ["eks-eks-platform-test-1-nodegroup-20240528141016973700000016-2cc7dfc4-cca4-345f-c0a2-ab63401f0cd9"]
Expand Down

0 comments on commit fa89db7

Please sign in to comment.