Skip to content

Commit

Permalink
changed template
Browse files Browse the repository at this point in the history
  • Loading branch information
monergeim committed Oct 9, 2020
1 parent 4aaa748 commit 06ea7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/infra/templates/template_tfvars.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cluster-name = "{{ variables.resource_name }}"
network_id = "{{ variables.network_id }}"
certificate_arn_ext = "{{ variables.certificate_arn_ext }}"
nodePools = {{ variables.nodePools }}
cluster_type = "{{ variables.cluster_type }}"
transit_gw_id = "{{ variables.transit_gw_id }}"
head_vpc_id = "{{ variables.head_vpc_id }}"
dns_suffix = "{{ variables.dns_suffix }}"
nodePools = {{ variables.nodePools }}
{% if variables.eks_version %}
eks-version = "{{ variables.eks_version }}"
{% endif %}

0 comments on commit 06ea7e2

Please sign in to comment.