diff --git a/docs/_docs/02_features/keep-your-remote-state-configuration-dry.md b/docs/_docs/02_features/keep-your-remote-state-configuration-dry.md index 949bfe76a2..1549f6f872 100644 --- a/docs/_docs/02_features/keep-your-remote-state-configuration-dry.md +++ b/docs/_docs/02_features/keep-your-remote-state-configuration-dry.md @@ -202,7 +202,7 @@ remote_state { skip_bucket_versioning = true # use only if the object store does not support versioning - enable_bucket_policy_only = true # use only if uniform bucket-level access is needed (https://cloud.google.com/storage/docs/uniform-bucket-level-access) + enable_bucket_policy_only = false # use only if uniform bucket-level access is needed (https://cloud.google.com/storage/docs/uniform-bucket-level-access) encryption_key = "GOOGLE_ENCRYPTION_KEY" } diff --git a/docs/_docs/04_reference/config-blocks-and-attributes.md b/docs/_docs/04_reference/config-blocks-and-attributes.md index 9f9341f778..ec83b358dc 100644 --- a/docs/_docs/04_reference/config-blocks-and-attributes.md +++ b/docs/_docs/04_reference/config-blocks-and-attributes.md @@ -195,10 +195,10 @@ For the `s3` backend, the following additional properties are supported in the ` For the `gcs` backend, the following additional properties are supported in the `config` attribute: -- `enable_bucket_policy_only`: When `true`, the GCS bucket that is created to store the state will be configured to use uniform bucket-level access. - `skip_bucket_creation`: When `true`, Terragrunt will skip the auto initialization routine for setting up the GCS bucket for use with remote state. - `skip_bucket_versioning`: When `true`, the GCS bucket that is created to store the state will not be versioned. +- `enable_bucket_policy_only`: When `true`, the GCS bucket that is created to store the state will be configured to use uniform bucket-level access. - `project`: The GCP project where the bucket will be created. - `location`: The GCP location where the bucket will be created. - `gcs_bucket_labels`: A map of key value pairs to associate as labels on the created GCS bucket.