Fix wrong documentation reference to tfvars (#2340)

This commit is contained in:
Alberto Geniola 2024-06-04 16:23:08 +02:00 committed by GitHub
parent 795cb4a48d
commit c1e0788957
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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]'`