Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arti-shalb committed Apr 5, 2021
1 parent 9b6be20 commit 7190ba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws-k3s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ modules:
domain: {{ remoteState "this.route53.domain" }}
k3s_version: {{ .variables.k3s_version }}
{{- if .variables.vpc_id }}
public_subnets: {{ remoteState "this.vpc.public_subnets" }}
{{- else }}
public_subnets: {{ insertYAML .variables.public_subnets }}
{{- else }}
public_subnets: {{ remoteState "this.vpc.public_subnets" }}
{{- end }}
key_name: {{ remoteState "this.aws_key_pair.this_key_pair_key_name" }}
region: {{ .variables.region }}
Expand Down

0 comments on commit 7190ba4

Please sign in to comment.