Skip to content

Commit

Permalink
Fixes typos
Browse files Browse the repository at this point in the history
  • Loading branch information
igooch committed May 16, 2024
1 parent b98ce41 commit c99e79d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build/terraform/e2e/state-bucket/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@

// If you are getting `Error: googleapi: Error 409: Your previous request to create the named bucket
// succeeded and you already own it., conflict` this means that your local tfstate file has
// divereged from the tfstate file in gcloud. To use the gcloud version of the tfstate, delete your
// local .terraform and .tfstate files. You may need to run `sudo chown -R yourusername .` to be
// able to delete them. Then navigate to this directory and run `terraform init`. Pull in the the
// tfstate file from gcloud with `terraform import google_storage_bucket.default agones-images-e2e-infra-bucket-tfstate`.
// divereged from the tfstate file in Google Cloud Storage (GCS). To use the GCS version of the
// tfstate, delete your local .terraform and .tfstate files. You may need to run
// `sudo chown -R yourusername .` to be able to delete them. Then navigate to this directory and run
// `terraform init`. Pull in the tfstate file from gcloud with
// `terraform import google_storage_bucket.default agones-images-e2e-infra-bucket-tfstate`.

// # GCS bucket for holding the Terraform state of the e2e Terraform config.

Expand Down

0 comments on commit c99e79d

Please sign in to comment.