diff --git a/examples/simple/simple.auto.tfvars b/examples/simple/simple.auto.tfvars index c7b6caf..fef01fc 100644 --- a/examples/simple/simple.auto.tfvars +++ b/examples/simple/simple.auto.tfvars @@ -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" @@ -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"]