Skip to content

Commit 1729a2d

Browse files
modular-magicianEdward Sun
andauthored
fix %{random_suffix} in docs (#7989) (#5692)
* fix %{random_suffix} in docs * remove % * restore a change --------- Signed-off-by: Modular Magician <[email protected]> Co-authored-by: Edward Sun <[email protected]>
1 parent b3d1c6d commit 1729a2d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/7989.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/resource_certificate_manager_dns_authorization_generated_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func testAccCertificateManagerDnsAuthorization_certificateManagerDnsAuthorizatio
6060
resource "google_certificate_manager_dns_authorization" "default" {
6161
name = "tf-test-dns-auth%{random_suffix}"
6262
description = "The default dnss"
63-
domain = "%{random_suffix}.hashicorptest.com"
63+
domain = "subdomain%{random_suffix}.hashicorptest.com"
6464
}
6565
6666
output "record_name_to_insert" {

website/docs/r/certificate_manager_dns_authorization.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ DnsAuthorization represents a HTTP-reachable backend for a DnsAuthorization.
3535
resource "google_certificate_manager_dns_authorization" "default" {
3636
name = "dns-auth"
3737
description = "The default dnss"
38-
domain = "%{random_suffix}.hashicorptest.com"
38+
domain = "subdomain.hashicorptest.com"
3939
}
4040
4141
output "record_name_to_insert" {

0 commit comments

Comments
 (0)