Replies: 1 comment 2 replies
-
Hi,
https://developer.hashicorp.com/packer/docs/templates/hcl_templates/functions/string/replace Minimal example in: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I want to be able to dynamically modify this terragrunt input:
ECR_URL = dependency.ecr.outputs.ecr_url
In fact I would like to change just the ecr after dependency with different ecr names.
I tried to convert "dependency.ecr.outputs.ecr_url" in a string and manipulate it with format but it seems like the plan is returning just
"dependency.ecr.outputs.ecr_url" string and not its value.
K.R.
Ionel
Tracked in ticket #110092
Beta Was this translation helpful? Give feedback.
All reactions