Skip to content

Commit e6dcd66

Browse files
author
Matt Whelan
authored
Merge pull request #31 from newrelic/defaultPermBounds
Supply a default permission boundary
2 parents a7872e3 + daf0c31 commit e6dcd66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Parameters:
4242
PermissionsBoundary:
4343
Type: String
4444
Description: IAM Role PermissionsBoundary (optional)
45+
Default: ''
4546

4647
Conditions:
4748
NoRole: !Equals ['', !Ref FunctionRole]
@@ -56,7 +57,7 @@ Metadata:
5657
LicenseUrl: LICENSE
5758
ReadmeUrl: README.md
5859
HomePageUrl: https://github.com/newrelic/aws-log-ingestion
59-
SemanticVersion: 2.3.5
60+
SemanticVersion: 2.4.1
6061
SourceCodeUrl: https://github.com/newrelic/aws-log-ingestion
6162

6263
Resources:

0 commit comments

Comments
 (0)