-
Notifications
You must be signed in to change notification settings - Fork 437
feat(manifest): add env var interpolation #2917
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
feat(manifest): add env var interpolation #2917
Conversation
36e828b to
dc17617
Compare
efekarakus
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great ! super tiny comments
internal/pkg/deploy/cloudformation/stack/testdata/workloads/svc-staging.params.json
Show resolved
Hide resolved
| cmd: exec.NewCmd(), | ||
| sessProvider: sessions.NewProvider(), | ||
| snsTopicGetter: deployStore, | ||
| newInterpolator: newManifestInterpolator, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you think of just doing
| newInterpolator: newManifestInterpolator, | |
| newInterpolator: manifest.NewInterpolator, |
and same in job_deploy.go
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
they return to different type :)
internal/pkg/deploy/cloudformation/stack/lb_web_service_integration_test.go
Show resolved
Hide resolved
624c951 to
acf95f7
Compare
<!-- Provide summary of changes --> Part of aws#2912. Doc will be added in the next PR. <!-- Issue number, if available. E.g. "Fixes aws#31", "Addresses aws#42, 77" --> By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.
Part of #2912. Doc will be added in the next PR.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.