docs(cdn): remove comment above example (#810)
This commit is contained in:
parent
cf7a7d154e
commit
0d71194d09
4 changed files with 0 additions and 4 deletions
|
|
@ -16,7 +16,6 @@ CDN distribution data source schema.
|
|||
## Example Usage
|
||||
|
||||
```terraform
|
||||
# Create a CDN custom domain
|
||||
resource "stackit_cdn_custom_domain" "example" {
|
||||
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
||||
distribution_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ CDN distribution data source schema.
|
|||
## Example Usage
|
||||
|
||||
```terraform
|
||||
# Create a CDN distribution
|
||||
resource "stackit_cdn_distribution" "example_distribution" {
|
||||
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
||||
config = {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# Create a CDN custom domain
|
||||
resource "stackit_cdn_custom_domain" "example" {
|
||||
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
||||
distribution_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
# Create a CDN distribution
|
||||
resource "stackit_cdn_distribution" "example_distribution" {
|
||||
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
||||
config = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue