diff --git a/fast/stages/0-bootstrap/README.md b/fast/stages/0-bootstrap/README.md index 3b18a486c8..5d9cecd0db 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]'`