Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Set up your fleet

The Terraform configurations in this directory sets up a fleet, along with the a list of enabled API services, and a service account that Terraform can use to access the Google Cloud APIs.

Usage

See the variable definitions file for an exhaustive list of variables. These can be provided as command line variables at runtime.

For example:

export TF_VAR_project=<Your GCP project ID where a Fleet will be created>
terraform init
terraform plan
terraform apply