1
0
mirror of synced 2026-02-13 13:06:56 +00:00

Add terraform files and config for GCP

Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
This commit is contained in:
Somtochi Onyekwere
2023-06-21 20:43:07 +01:00
committed by Sunny
parent f6b0c6e7ef
commit 7c1b897919
8 changed files with 310 additions and 2 deletions

View File

@@ -13,5 +13,14 @@ export AZUREDEVOPS_SSH_PUB=
# export ARM_SUBSCRIPTION_ID=
# export ARM_TENANT_ID=
## GCP
export TF_VAR_gcp_project_id=
export TF_VAR_gcp_zone=
export TF_VAR_gcp_keyring=
export TF_VAR_gcp_crypto_key=
## Set the following only when using service account.
## Provide absolute path to the service account JSON key file.
# export GOOGLE_APPLICATION_CREDENTIALS=
## Common variables
# export TF_VAR_tags='{"environment"="dev", "createdat"='"\"$(date -u +x%Y-%m-%d_%Hh%Mm%Ss)\""'}'