Skip to content

Commit ab99821

Browse files
authored
fix(guide): typo in cdn guide (#804)
1 parent 2d757a9 commit ab99821

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/guides/stackit_cdn_with_custom_domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This guide outlines the process of creating a STACKIT CDN distribution and confi
5353
resource "stackit_cdn_custom_domain" "example" {
5454
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
5555
distribution_id = stackit_cdn_distribution.example_distribution.distribution_id
56-
name = "${stackit_dns_record_set.example.name}.${stackit_dns_zone.dns_name}"
56+
name = "${stackit_dns_record_set.example.name}.${stackit_dns_zone.example_zone.dns_name}"
5757
}
5858
```
5959

templates/guides/stackit_cdn_with_custom_domain.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This guide outlines the process of creating a STACKIT CDN distribution and confi
5353
resource "stackit_cdn_custom_domain" "example" {
5454
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
5555
distribution_id = stackit_cdn_distribution.example_distribution.distribution_id
56-
name = "${stackit_dns_record_set.example.name}.${stackit_dns_zone.dns_name}"
56+
name = "${stackit_dns_record_set.example.name}.${stackit_dns_zone.example_zone.dns_name}"
5757
}
5858
```
5959

0 commit comments

Comments
 (0)