Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
chore: fix small typos
Browse files Browse the repository at this point in the history
  • Loading branch information
minherz committed Aug 3, 2023
1 parent af0d2cf commit 8af966e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ credentials to be used in the provisioning process.
To establish the credentials, run the following gcloud CLI command in Cloud Shell:

```bash
gcloud auth application-default login --project-id <walkthrough-project-id/>
gcloud auth application-default login --project <walkthrough-project-id/>
```

and follow instructions. **Note:** you may be asked to authenticate by opening a
Expand Down
1 change: 0 additions & 1 deletion provisioning/sandboxctl
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,6 @@ prepare_terraform_state() {
fi
}

does_
does_terraform_state_exist() {
TF_BUCKET_NAME="${PROJECT_ID}-cloud-ops-sandbox-tf-state"
local STATE_OBJ_URI
Expand Down

0 comments on commit 8af966e

Please sign in to comment.