terraform-google-terraform-enterprise
terraform-google-terraform-enterprise copied to clipboard
A Terraform module for deploying Terraform Enterprise on GCP.
While performing cluster setup, the installation completes but doesnt apply the settings from replicated.conf. The script prompts to continue installation through UI where we need to pass the settings again....
## Background If we wish to deploy Terraform Enterprise with an external database, but reuse an existing database, we need to be able to pass both the host and the...
- Add enable_iam_database_authentication variable for enabling IAM auth - Add iam_database_user variable for service account email - Update database module to support Cloud SQL IAM authentication - Configure database_flags with...