Skip to content

Commit

Permalink
Fix wrong documentation reference to tfvars (#2340)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertogeniola authored Jun 4, 2024
1 parent 795cb4a commit c1e0788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast/stages/0-bootstrap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]'`
Expand Down

0 comments on commit c1e0788

Please sign in to comment.