From c1e07889577ef3dab22ac2582db613e440d9476e Mon Sep 17 00:00:00 2001 From: Alberto Geniola Date: Tue, 4 Jun 2024 16:23:08 +0200 Subject: [PATCH] Fix wrong documentation reference to tfvars (#2340) --- fast/stages/0-bootstrap/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fast/stages/0-bootstrap/README.md b/fast/stages/0-bootstrap/README.md index 3b18a486..5d9cecd0 100644 --- a/fast/stages/0-bootstrap/README.md +++ b/fast/stages/0-bootstrap/README.md @@ -264,7 +264,7 @@ gcloud beta billing accounts add-iam-policy-binding $FAST_BILLING_ACCOUNT_ID \ This configuration is possible but unsupported and only present for development purposes, use at your own risk: -- configure `billing_account.id` as `null` and `billing.no_iam` to `true` in your `tfvars` file +- configure `billing_account.id` as `null` and `billing_account.no_iam` to `true` in your `tfvars` file - apply with `terraform apply -target 'module.automation-project.google_project.project[0]'` in addition to the initial user variable - once Terraform raises an error run `terraform untaint 'module.automation-project.google_project.project[0]'` - repeat the two steps above for `'module.log-export-project.google_project.project[0]'`