From 2d9dd5071c3c7ac2a6c1144dbc9f2391edf08a86 Mon Sep 17 00:00:00 2001 From: Aleksandr Averbukh Date: Wed, 1 Mar 2023 10:42:39 +0100 Subject: [PATCH] Add more explicit template --- .../terraform.auto.tfvars.template | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/blueprints/cloud-operations/terraform-cloud-dynamic-credentials/gcp-workload-identity-provider/terraform.auto.tfvars.template b/blueprints/cloud-operations/terraform-cloud-dynamic-credentials/gcp-workload-identity-provider/terraform.auto.tfvars.template index 2d2167a3..918d8375 100644 --- a/blueprints/cloud-operations/terraform-cloud-dynamic-credentials/gcp-workload-identity-provider/terraform.auto.tfvars.template +++ b/blueprints/cloud-operations/terraform-cloud-dynamic-credentials/gcp-workload-identity-provider/terraform.auto.tfvars.template @@ -16,3 +16,13 @@ billing_account = "015647-1A8CBC-A002D9" parent = "folders/0123456789" tfc_organization_id = "org-W3bx9naazHrUz99U" tfc_workspace_id = "ws-2GnGJtqTfvxKptHn" + +billing_account = "xxx" +project_create = false +project_id = "xxx" +parent = "organizations/xxx" +tfc_organization_id = "org-xxxxxxxxxxxxx" +tfc_workspace_id = "ws-xxxxxxxxxxxxx" +workload_identity_pool_id = "tfc-pool" +workload_identity_pool_provider_id = "tfc-provider" +issuer_uri = "https://app.terraform.io/" \ No newline at end of file