fix(guide): typo in cdn guide (#804)
This commit is contained in:
parent
2d757a93fd
commit
ab99821c30
2 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ This guide outlines the process of creating a STACKIT CDN distribution and confi
|
||||||
resource "stackit_cdn_custom_domain" "example" {
|
resource "stackit_cdn_custom_domain" "example" {
|
||||||
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
||||||
distribution_id = stackit_cdn_distribution.example_distribution.distribution_id
|
distribution_id = stackit_cdn_distribution.example_distribution.distribution_id
|
||||||
name = "${stackit_dns_record_set.example.name}.${stackit_dns_zone.dns_name}"
|
name = "${stackit_dns_record_set.example.name}.${stackit_dns_zone.example_zone.dns_name}"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,7 @@ This guide outlines the process of creating a STACKIT CDN distribution and confi
|
||||||
resource "stackit_cdn_custom_domain" "example" {
|
resource "stackit_cdn_custom_domain" "example" {
|
||||||
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
|
||||||
distribution_id = stackit_cdn_distribution.example_distribution.distribution_id
|
distribution_id = stackit_cdn_distribution.example_distribution.distribution_id
|
||||||
name = "${stackit_dns_record_set.example.name}.${stackit_dns_zone.dns_name}"
|
name = "${stackit_dns_record_set.example.name}.${stackit_dns_zone.example_zone.dns_name}"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue