diff --git a/.github/workflows/ci-modules.yaml b/.github/workflows/ci-modules.yaml index e0b5a82..8529252 100644 --- a/.github/workflows/ci-modules.yaml +++ b/.github/workflows/ci-modules.yaml @@ -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 diff --git a/modules/foundational.cft.yaml b/modules/foundational.cft.yaml index 2efc86b..1f21d4c 100644 --- a/modules/foundational.cft.yaml +++ b/modules/foundational.cft.yaml @@ -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: