hamlet-io / engine

Framework for managing cloud infrastructure via templates. It is part of the broader Hamlet devops framework.
GNU General Public License v3.0
5 stars 5 forks source link

fix(dynamicvalues): support objects in replace #2043

Closed roleyfoley closed 2 years ago

roleyfoley commented 2 years ago

Intent of Change

Description

Motivation and Context

This fixes support for the AWS secrets manager dynamic value which returns an object reference used byb CloudFormation tor resolve the secret Adding the check for the object replacement being the only content of the string provides a logical way to handle replacements when dealing with objects

How Has This Been Tested?

Tested locally

Related Changes

Prerequisite PRs:

Dependent PRs:

Consumer Actions: