Skip to content

Commit

Permalink
chore: fix bad key reference in stack template. (aws#2088)
Browse files Browse the repository at this point in the history
<!-- Provide summary of changes -->

<!-- Issue number, if available. E.g. "Fixes #31", "Addresses #42, 77" -->

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
  • Loading branch information
bvtujo committed Mar 22, 2021
1 parent 76fb6b8 commit 069bcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/environment/versions/cf-v1.3.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ Resources:
- !Ref EFSSecurityGroup
{{- end}}
{{- else}}
{{- range $ind, $cidr := .PrivateSubnetCIDRs}}
{{- range $ind, $cidr := .VPCConfig.PrivateSubnetCIDRs}}
MountTarget{{inc $ind}}:
Type: AWS::EFS::MountTarget
Condition: CreateEFS
Expand Down

0 comments on commit 069bcf0

Please sign in to comment.