Skip to content

Commit

Permalink
fix some variables
Browse files Browse the repository at this point in the history
  • Loading branch information
tjarra committed Feb 17, 2022
1 parent cbf2e6c commit d100d79
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ eks_cluster_name: "{{ resource_prefix }}"
eks_fargate_profile_name_a: fp-template-a
eks_fargate_profile_name_b: fp-template-b

selectors:
- namespace: "fp-default"

tags:
foo: bar
env: test

eks_subnets:
- zone: a
cidr: 10.0.1.0/24
Expand All @@ -10,7 +17,7 @@ eks_subnets:
- zone: b
cidr: 10.0.2.0/24
type: public
tag: elbs
tag: elb

eks_security_groups:
- name: "{{ eks_cluster_name }}-control-plane-sg"
Expand Down

0 comments on commit d100d79

Please sign in to comment.