aws-cloudformation / cloudformation-resource-schema

The CloudFormation Resource Schema defines the shape and semantic for resources provisioned by CloudFormation. It is used by provider developers using the CloudFormation RPDK.
Apache License 2.0
90 stars 38 forks source link

Allowed Nested reference for TagProperty #152

Closed ammokhov closed 1 month ago

ammokhov commented 1 month ago

Issue #, if available:

Description of changes:

This code change enhances validation of the tagProperty.

  1. Validates if there is a correct pointer specified
  2. Validates if reference uses correct notation (must start with /properties/)
  3. Allows tags to be nested properties.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.