Skip to content

Commit d052772

Browse files
Remove Logging bucket location from the Docs (#4154) (#2646)
Signed-off-by: Modular Magician <[email protected]>
1 parent afc703b commit d052772

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

.changelog/4154.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/resource_logging_bucket_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var loggingBucketConfigSchema = map[string]*schema.Schema{
1919
Type: schema.TypeString,
2020
Required: true,
2121
ForceNew: true,
22-
Description: `The location of the bucket. The supported locations are: "global" "us-central1"`,
22+
Description: `The location of the bucket.`,
2323
},
2424
"bucket_id": {
2525
Type: schema.TypeString,

website/docs/r/logging_billing_account_bucket_config.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The following arguments are supported:
3636

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

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

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

website/docs/r/logging_folder_bucket_config.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The following arguments are supported:
3737

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

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

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

website/docs/r/logging_project_bucket_config.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The following arguments are supported:
4949

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

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

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

0 commit comments

Comments
 (0)