Skip to content

Commit

Permalink
Remove Logging bucket location from the Docs (#4154) (#7648)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Oct 27, 2020
1 parent b702c6a commit 5881029
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .changelog/4154.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
2 changes: 1 addition & 1 deletion google/resource_logging_bucket_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var loggingBucketConfigSchema = map[string]*schema.Schema{
Type: schema.TypeString,
Required: true,
ForceNew: true,
Description: `The location of the bucket. The supported locations are: "global" "us-central1"`,
Description: `The location of the bucket.`,
},
"bucket_id": {
Type: schema.TypeString,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The following arguments are supported:

* `billing_account` - (Required) The parent resource that contains the logging bucket.

* `location` - (Required) The location of the bucket. The supported locations are: "global" "us-central1"
* `location` - (Required) The location of the bucket.

* `bucket_id` - (Required) The name of the logging bucket. Logging automatically creates two log buckets: `_Required` and `_Default`.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/logging_folder_bucket_config.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The following arguments are supported:

* `folder` - (Required) The parent resource that contains the logging bucket.

* `location` - (Required) The location of the bucket. The supported locations are: "global" "us-central1"
* `location` - (Required) The location of the bucket.

* `bucket_id` - (Required) The name of the logging bucket. Logging automatically creates two log buckets: `_Required` and `_Default`.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/logging_project_bucket_config.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The following arguments are supported:

* `project` - (Required) The parent resource that contains the logging bucket.

* `location` - (Required) The location of the bucket. The supported locations are: "global" "us-central1"
* `location` - (Required) The location of the bucket.

* `bucket_id` - (Required) The name of the logging bucket. Logging automatically creates two log buckets: `_Required` and `_Default`.

Expand Down

0 comments on commit 5881029

Please sign in to comment.