question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Getting E3002 Invalid Property Resources Tags

See original GitHub issue

cfn-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:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Nathan846commented, Mar 29, 2021

@kddejong Is there an update for this issue? I am still having a lint issue with Fn::Transform.

0reactions
kirubelcommented, Jul 12, 2019

Awesome! Thank you!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found