Skip to content

CloudFormation specific constructs are shown as invalid.  #56

Open
@msplival

Description

@msplival

Here is excerpt from my CloudFormation template for some Aurora stack:

AuroraClusterKey:
    Type: AWS::KMS::Key
    Properties:
      Description: !Sub "KMS key for - ${DBName}"
      EnableKeyRotation: true
      KeyPolicy:
        Statement:
          - Sid: !Sub '${DBName} Aurora PG Cluster KMS key policy'
            Effect: Allow
            Principal:
              AWS:
                - !Sub arn:aws:iam::${AWS::AccountId}:root
            Action:
              - kms:*
            Resource: "*"

But, all of the !Sub sections are marked as 'Unresolved Tag'.

I am using v0.0.24, freshly installed into VSCode.

image

I suppose I am doing something wrong, but I can't determine what :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions