Skip to content

Commit

Permalink
fix typo in README (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiya-zhang authored Mar 29, 2024
1 parent 2fbfe80 commit e1c2221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ To authenticate with Google Cloud, run `gcloud auth application-default login`.

To create a Google Cloud Storage (GCS) bucket to save Terraform state, run `gcloud storage buckets create gs://<your_tfstate_bucket_name>`. Please note this bucket name should be globally unique.

Then, update `bucket` name to yours in the `backend "gcs"` block of `cloud_composer_template.tf` file.
Then, update `bucket` name to yours in the `backend "gcs"` block of `provider.tf` file.

## Step 4 - Create Cloud Composer environment

Expand Down

0 comments on commit e1c2221

Please sign in to comment.