-
Notifications
You must be signed in to change notification settings - Fork 2
Creating Deployment Terraform Scripts
Galen Hollins edited this page Jun 9, 2022
·
7 revisions
You will need to create your own Terraform scripts, that will be leveraged by the Unity CS deployment framework.
Your scripts will:
- Need to reside in a
terraform_modules
directory. (TODO: confirm this) - can reference Unity CS core/shared variables like
vpc_id
.- TODO: enumerate what these variables are, and what they can be used for.
You can create terraform scripts with any name, other than the ones U-CS.
TODO: enumerate what reserved script names there are, so that they can be avoided.
TEST CUSTOM FOOTER
TEST