Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 36a940b

Browse files
committed
+ add s-drc2 location to s3 documentation
1 parent 9da9abc commit 36a940b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/data-sources/gcore_storage_s3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ data "gcore_storage_s3" "example_s3" {
3737
- `generated_http_endpoint` (String) A http s3 entry point for new storage resource.
3838
- `generated_s3_endpoint` (String) A s3 endpoint for new storage resource.
3939
- `id` (String) The ID of this resource.
40-
- `location` (String) A location of new storage resource. One of (s-ed1, s-darz1, s-ws1)
40+
- `location` (String) A location of new storage resource. One of (s-ed1, s-darz1, s-ws1, s-dt2, s-drc2)
4141

4242

docs/resources/gcore_cdn_resource.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ resource "gcore_cdn_resource" "cdn_example_com" {
7171

7272
- `active` (Boolean) The setting allows to enable or disable a CDN Resource
7373
- `description` (String) Custom client description of the resource.
74+
- `issue_le_cert` (Boolean) Generate LE certificate.
7475
- `options` (Block List, Max: 1) Each option in CDN resource settings. Each option added to CDN resource settings should have the following mandatory request fields: enabled, value. (see [below for nested schema](#nestedblock--options))
7576
- `origin` (String) A domain name or IP of your origin source. Specify a port if custom. You can use either 'origin' parameter or 'originGroup' in the resource definition.
7677
- `origin_group` (Number) ID of the Origins Group. Use one of your Origins Group or create a new one. You can use either 'origin' parameter or 'originGroup' in the resource definition.

docs/resources/gcore_storage_s3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ resource "gcore_storage_s3" "example_s3" {
2828

2929
### Required
3030

31-
- `location` (String) A location of new storage resource. One of (s-ed1, s-darz1, s-ws1, s-dt2)
31+
- `location` (String) A location of new storage resource. One of (s-ed1, s-darz1, s-ws1, s-dt2, s-drc2)
3232
- `name` (String) A name of new storage resource.
3333

3434
### Optional

0 commit comments

Comments
 (0)