Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ci-modules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ jobs:

- name: cfn-lint
uses: scottbrenner/cfn-lint-action@v2
with:
version: 1.18.3

- name: Lint
working-directory: modules
run: make lint

validate:
name: Validate Templates
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion modules/foundational.cft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ Resources:

Outputs:
ConfigPostureRoleARN:
Description: ARN of the config posture role
Description: ARN of the role for config posture
Value:
Fn::Sub: ${ConfigPostureRole.Arn}
OnboardingRoleARN:
Expand Down
Loading