You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
The current state of the cloudformation templates dictates the end user can't customize the relevant names (as exposed/provided by the input parameters) since the subsequent resources (like IAM policies) are all hardcoded with the default values versus substitutions based on the input parameters.
The current state of the cloudformation templates dictates the end user can't customize the relevant names (as exposed/provided by the input parameters) since the subsequent resources (like IAM policies) are all hardcoded with the default values versus substitutions based on the input parameters.
Example hardcoded value: https://github.com/aws-ia/cfn-ps-ct-newrelic-one/blob/f5c53187596b606e1d9609aaa47516ddfce6aaa1/templates/control-tower-customization.template.yml#L418C7-L418C7
Which is fine if you use the default:
cfn-ps-ct-newrelic-one/templates/control-tower-customization.template.yml
Line 225 in f5c5318
This issue ultimately leads to the CFN failing to deploy.
The text was updated successfully, but these errors were encountered: