From 25ac2c1a8848bb4ff1455f7c6ded037db1d9b51c Mon Sep 17 00:00:00 2001 From: Anthony Zawacki Date: Tue, 26 Sep 2023 16:57:08 -0400 Subject: [PATCH] forgot to add simple.auto.tfvars. --- examples/simple/simple.auto.tfvars | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 examples/simple/simple.auto.tfvars diff --git a/examples/simple/simple.auto.tfvars b/examples/simple/simple.auto.tfvars new file mode 100644 index 0000000..9fab5ab --- /dev/null +++ b/examples/simple/simple.auto.tfvars @@ -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 = [""] + +