Getting E3002 Invalid Property Resources Tags
See original GitHub issuecfn-lint version: (cfn-lint --version
)
current latest
Description of issue.
We started getting E3002 Invalid Property Resources/…/Properties/Tags
for several resources. These are resources that recently started supporting Tags, mainly IAM roles. The error was not present last week when we were actually able to apply Tags to IAM roles that now started supporting tags.
We had to ignore rule check for E3002 for now to overcome this issue
Please provide as much information as possible:
- Template linting issues:
- Please provide a CloudFormation sample that generated the issue.
- If present, please add links to the (official) documentation for clarification.
- Validate if the issue still exists with the latest version of
cfn-lint
and/or the latest Spec files
- Feature request:
- Please provide argumentation about the missing feature. Context is key!
Cfn-lint uses the CloudFormation Resource Specifications as the base to do validation. These files are included as part of the application version. Please update to the latest version of cfn-lint
or update the spec files manually (cfn-lint -u
)
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Getting E3002 Invalid Property Resources Tags #1015 - GitHub
Description of issue. We started getting E3002 Invalid Property Resources/.../Properties/Tags for several resources. These are resources that ...
Read more >Encountered unsupported properties in {/ContainerProperties ...
I'm creating a POC with AWS Batch. To create the infra I'm ussing AWS CloudFormation. I have a problem with the resource AWS::Batch:: ......
Read more >Resource tag - AWS CloudFormation
You can use the Resource Tags property to apply tags to resources, which can help you identify and categorize those resources. You can...
Read more >cfn-lint - PyPI
This is an attempt to provide validation for AWS CloudFormation templates properties and their values. For values things can get pretty complicated ...
Read more >Feliz Aniversário, AWS Cloudformation! - Cloud Atlas
AWSTemplateFormatVersion: 2010-09-09 Resources: BucketOne: Type: ... E3002 Invalid Property Resources/Function/Properties/Packagetype ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@kddejong Is there an update for this issue? I am still having a lint issue with Fn::Transform.
Awesome! Thank you!