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

Commit fa1d03f

Browse files
committed
docs updated
1 parent 6c9e37d commit fa1d03f

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

docs/resources/gcore_cdn_origingroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ resource "gcore_cdn_origingroup" "origin_group_1" {
2525
use_next = true
2626
origin {
2727
source = "example.com"
28-
enabled = false
28+
enabled = true
2929
}
3030
origin {
3131
source = "mirror.example.com"

docs/resources/gcore_cdn_resource.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,11 @@ resource "gcore_cdn_resource" "cdn_example_com" {
4545
- **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.
4646
- **origin_protocol** (String) This option defines the protocol that will be used by CDN servers to request content from an origin source. If not specified, we will use HTTP to connect to an origin server. Possible values are: HTTPS, HTTP, MATCH.
4747
- **secondary_hostnames** (Set of String) List of additional CNAMEs.
48-
- **ssl_data** (Number)
49-
- **ssl_enabled** (Boolean)
48+
- **ssl_data** (Number) Specify the SSL Certificate ID which should be used for the CDN Resource.
49+
- **ssl_enabled** (Boolean) Use HTTPS protocol for content delivery.
5050

5151
### Read-Only
5252

53-
- **last_updated** (String)
5453
- **status** (String) Status of a CDN resource content availability. Possible values are: Active, Suspended, Processed.
5554

5655
<a id="nestedblock--options"></a>

docs/resources/gcore_cdn_rule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ resource "gcore_cdn_origingroup" "origin_group_1" {
2525
use_next = true
2626
origin {
2727
source = "example.com"
28-
enabled = false
28+
enabled = true
2929
}
3030
origin {
3131
source = "mirror.example.com"

0 commit comments

Comments
 (0)