We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e5366 commit d4d3233Copy full SHA for d4d3233
.github/workflows/ci-modules.yaml
@@ -25,11 +25,13 @@ jobs:
25
26
- name: cfn-lint
27
uses: scottbrenner/cfn-lint-action@v2
28
+ with:
29
+ version: 1.18.3
30
31
- name: Lint
32
working-directory: modules
33
run: make lint
-
34
+
35
validate:
36
name: Validate Templates
37
runs-on: ubuntu-latest
modules/foundational.cft.yaml
@@ -259,7 +259,7 @@ Resources:
259
260
Outputs:
261
ConfigPostureRoleARN:
262
- Description: ARN of the config posture role
+ Description: ARN of the role for config posture
263
Value:
264
Fn::Sub: ${ConfigPostureRole.Arn}
265
OnboardingRoleARN:
0 commit comments