Open
Description
During BYOC AWS deployment, --debug
shows:
…
- Listing parameters with prefix "/Defang/nounly/beta/"
- Listing parameters with prefix "/Defang/nounly/beta/"
…
Once should be enough?
- First one is in
ComposeUp
forValidateProjectConfig
to ensure any interpolated vars are in config - Second one is in
FixupServices
where we check whether anenvironment
value is actually from config
We should combine these two.