-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
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
[aws-codepipeline-actions] Failed to use template strings #10665
Comments
Thanks for opening @geduld . Any chance of a PR fixing this? 🙂 Here's our contribution docs: https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md . |
@skinny85 Does the PR really need to write a test to change from single quotes to backticks? |
A test would be ideal, but I'll accept a PR without it 🙂 |
Thank you. I'm working on it. 👍 |
|
Template strings below did not work. It makes unintentional destroy. Should use buckticks instead of single quotes or just this.branch.
c.f. #10463
Reproduction Steps
What did you expect to happen?
What actually happened?
$ cdk diff (omitted) Resources [-] AWS::Events::Rule codecommitdevAA3605ADdevEventRule842F00D6 destroy [+] AWS::Events::Rule codecommit-dev/AA3605AD-${this.branch}-EventRule codecommitdevAA3605ADthisbranchEventRule42AF1F65
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: