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.
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