How to refer to elements inside the manifest.yml #4629
Replies: 1 comment 7 replies
-
Hi, @fade2black! |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am creating an addon (inside the
environments
folder) which has the following piece of script creating a security group:But I need to somehow refer to the VPC ID. How could I go about it?
In general, how can I refer to the elements specified inside the
manifest.yml
? For example, besides the VPC, the copilot creates internet gateway, subnets, route table...., so when we create other resources we might need to refer to VPC or a subnet created by the copilot bycopilot env deploy
command.Beta Was this translation helpful? Give feedback.
All reactions