Skip to content

Commit 4dd2052

Browse files
authored
Merge pull request #1171 from keatmin/main
2 parents 0b64405 + 53a146c commit 4dd2052

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

templates/aws-stack.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,6 +1137,14 @@ Resources:
11371137
- Key: !Ref CostAllocationTagName
11381138
Value: !Ref CostAllocationTagValue
11391139
- !Ref "AWS::NoValue"
1140+
- !If
1141+
- UseCostAllocationTags
1142+
- ResourceType: volume
1143+
Tags:
1144+
- Key: !Ref CostAllocationTagName
1145+
Value: !Ref CostAllocationTagValue
1146+
- !Ref "AWS::NoValue"
1147+
11401148
UserData:
11411149
Fn::Base64: !If
11421150
- UseWindowsAgents

0 commit comments

Comments
 (0)