Skip to content

Commit

Permalink
updated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
monergeim committed Oct 9, 2020
1 parent f17478e commit e23ed04
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions app/infra/templates/template_tfvars.tf
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
cluster-name = "{{ variables.resource_name }}"
network_id = "{{ variables.network_id }}"
nebula_cidr_block = "{{ variables.nebula_cidr_block }}"
nebula_route_table_id = "{{ variables.nebula_route_table_id }}"
peer_account_id = "{{ variables.peer_account_id }}"
peer_vpc_id = "{{ variables.peer_vpc_id }}"
certificate_arn_ext = "{{ variables.certificate_arn_ext }}"
certificate_arn_discovery = "{{ variables.certificate_arn_discovery }}"
nodePools = {{ variables.nodePools }}
cluster_type = "{{ variables.cluster_type }}"
transit_gw_id = "{{ variables.transit_gw_id }}"
ops_vpc_id = "{{ variables.ops_vpc_id }}"
head_vpc_id = "{{ variables.head_vpc_id }}"
dns_suffix = "{{ variables.dns_suffix }}"
{% if variables.eks_version %}
eks-version = "{{ variables.eks_version }}"
{% endif %}

0 comments on commit e23ed04

Please sign in to comment.