We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I noticed this while trying to use the {{resolve:}} dynamic reference notation.
{{resolve:}}
AWS now has dynamic references, but it fails template resolution.
In the meantime, I found a workaround by using the Join function.
"Fn::Join": [ "delimiter", [ "{", "{resolve:secretsmanager:{{ENV}}/secret-name:SecretString:password}", "}" ] ]
Related Documentation:
The text was updated successfully, but these errors were encountered:
We might have to make a whitelist or something to prevent this from happening
Sorry, something went wrong.
No branches or pull requests
I noticed this while trying to use the
{{resolve:}}
dynamic reference notation.AWS now has dynamic references, but it fails template resolution.
In the meantime, I found a workaround by using the Join function.
Related Documentation:
The text was updated successfully, but these errors were encountered: