We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding this code shows the Tags Property as error:
CloudFormation deploys the template fine with the expected tags
[cfn-lint] E3002: Invalid Property Resources/FlowLog/Properties/Tags Peek Problem (⌥F8) No quick fixes available
#-------------------------------------------------------------------------------------------------- FlowLog: #-------------------------------------------------------------------------------------------------- Type: AWS::EC2::FlowLog Condition: EnableFlowLogs Properties: LogDestination: !Sub "arn:aws:s3:::${FlowLogsS3Bucket}/" LogDestinationType: !Ref FlowLogsLogDestinationType ResourceId: !Ref VPC ResourceType: VPC TrafficType: ALL Tags: - Key: Name Value: test
The text was updated successfully, but these errors were encountered:
Since the Linter itself is still separate from the Visual Studio extension, please make sure you are updating the Linter itself separately with: pip3 install cfn-lint --upgrade
pip3 install cfn-lint --upgrade
Sorry, something went wrong.
No branches or pull requests
adding this code shows the Tags Property as error:
CloudFormation deploys the template fine with the expected tags
The text was updated successfully, but these errors were encountered: