Skip to content

Commit

Permalink
Simplify Fn::GetAtt
Browse files Browse the repository at this point in the history
  • Loading branch information
lmakarov committed Jan 7, 2022
1 parent 5db52a3 commit 5db8d3e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions aws-cloudformation/tpl-advanced.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -599,10 +599,7 @@ Resources:
- &instance-profile
InstanceType: !Ref InstanceType
IamInstanceProfile:
Arn:
Fn::GetAtt:
- spotInstanceProfile
- Arn
Arn: !GetAtt spotInstanceProfile.Arn
Placement:
AvailabilityZone: !Ref ManualAZ
TagSpecifications:
Expand Down

0 comments on commit 5db8d3e

Please sign in to comment.