diff --git a/vpc-v2.cfndsl.rb b/vpc-v2.cfndsl.rb index 1a31083..ee30913 100644 --- a/vpc-v2.cfndsl.rb +++ b/vpc-v2.cfndsl.rb @@ -226,7 +226,7 @@ ]) } - InstanceProfile(:NatInstanceProfile) { + IAM_InstanceProfile(:NatInstanceProfile) { Condition(:NatInstance) Path '/' Roles [Ref(:NatInstanceRole)]