Note: All requirements are listed in the README.md of the Terraform module.
Installation of all Terraform dependencies is required to get started building GCP resources with Terraform:
$ terraform init # This will create a .terraform folder
Once it has been done, default Terraform configuration can be applied:
$ terraform apply
Then the following dialog will be displayed in the console:
Do you want to perform these actions? Terraform will perform the actions described above. Only 'yes' will be accepted to approve. Enter a value:
Type yes and hit Enter. Applying of the configuration could take several minutes. Apply complete! will be displayed when it is finished, along with the number of created resources.
To apply non-default Terraform configuration, pass the corresponding values as a variables with terraform apply command. All variables are listed in the variables.tf (TBD) file.
TBD