Skip to content

Latest commit

 

History

History

terraform

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Example Terraform deployment for MC2BQ

Configuration

For the full list of configuration values look at variables.tf.

The only mandatory variable is project which is the project where the Migration Center data is and where to set up the appropriate cloud resources. region is an optional variable, which its default value is us-central1.

Deploy

To deploy simply execute:

terraform apply

To deploy to a non-default region, execute:

terraform apply -var="region=some-region"