From 1b7749b3d4fa32ff3586e5f807dd2f5ecad6b0f1 Mon Sep 17 00:00:00 2001 From: dupontz Date: Mon, 8 Jan 2024 16:05:02 -0800 Subject: [PATCH] fix cfndsl version 153 --- vpc-v2.cfndsl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vpc-v2.cfndsl.rb b/vpc-v2.cfndsl.rb index 90d87d1..0660376 100644 --- a/vpc-v2.cfndsl.rb +++ b/vpc-v2.cfndsl.rb @@ -170,7 +170,7 @@ ]) } - InstanceProfile(:NatInstanceProfile) { + IAM_InstanceProfile(:NatInstanceProfile) { Condition(:NatInstance) Path '/' Roles [Ref(:NatInstanceRole)]