From 31d3d2eec58c311b2ebfacec516b33d9a9615fa2 Mon Sep 17 00:00:00 2001 From: Samseppiol Date: Tue, 12 May 2020 14:20:04 +1000 Subject: [PATCH] Use plural --- bastion.cfndsl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bastion.cfndsl.rb b/bastion.cfndsl.rb index 27606a7..f734fe6 100644 --- a/bastion.cfndsl.rb +++ b/bastion.cfndsl.rb @@ -92,7 +92,7 @@ HealthCheckGracePeriod '500' MinSize Ref('AsgMin') MaxSize Ref('AsgMax') - VPCZoneIdentifier Ref('SubnetIds') + VPCZoneIdentifiers Ref('SubnetIds') Tags instance_tags end