-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add guide for CDN management #535
base: master
Are you sure you want to change the base?
Conversation
docs/guides/cdn.md
Outdated
@@ -0,0 +1,204 @@ | |||
--- | |||
layout: "vkcs" | |||
page_title: "Building VPN Tunnel between VK Cloud private subnets" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need another title
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
docs/guides/cdn.md
Outdated
### Example Configuration: | ||
|
||
```hcl | ||
resource "vkcs_cdn_origin_group" "origin_group" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all guide examples must be checkable by ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made it checkable.
ed21a91
to
ed62a78
Compare
ed62a78
to
16e4410
Compare
|
||
Proceed to the next step if you do not plan to enable CDN resource shielding. | ||
|
||
Shielding PoPs act as intermediaries to enhance performance by caching content closer to end users, you should choose one strategically based on traffic origins. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shielding can be not enabled in some regions
enabled = true | ||
pop_id = data.vkcs_cdn_shielding_pop.pop.id | ||
} | ||
# Remove if not necessary. Specify "lets_encrypt" as the value for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
may be just reffering to the doc is better
VKPRGM-1789