Skip to content

ValidationError | Missing Required Field | ListTagsForResourceInput #811

@commodore-84

Description

@commodore-84

Attempting to target all resources with tags of a certain value

aws-nuke version = 3.62.0

regions:
  - us-east-1

accounts:
  1234567890:
    presets:
      - example

presets:
  example:
    filters:
      __global__:
        - property: "tag:example"
          type: contains
          value: "aws/"
          invert: true

I have excluded all the resources without tags, yet get the below error | no context | It happens twice, then never again.

time="2025-12-12T15:06:46Z" level=error msg="unable to list tags for resource" error="InvalidParameter: 1 validation error(s) found.\n- missing required field, ListTagsForResourceInput.ResourceARN.\n"

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