Skip to content

Commit

Permalink
fix(resourcelables): add pregeneration subset to iam resource label
Browse files Browse the repository at this point in the history
  • Loading branch information
roleyfoley committed Aug 17, 2020
1 parent 2d3faf9 commit f99d224
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions aws/resourcelabels/resourcelabel.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@
subsets=[ "template" ]
/]

[#-- override iam level to include pregen for apigw --]
[@addResourceLabel
label=RESOURCE_LABEL_IAM
description="IAM Roles and Policies"
levels="application"
subsets=[ "pregeneration", "template" ]
/]

[#-- Backwards compatability support for baseline resources --]
[#assign RESOURCE_LABEL_S3 = "s3" ]
Expand Down

0 comments on commit f99d224

Please sign in to comment.