Skip to content

Commit 8ab366b

Browse files
Shorten domain name to fit regex (#3878) (#2402)
Signed-off-by: Modular Magician <[email protected]>
1 parent 600a93d commit 8ab366b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/3878.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_active_directory_domain_generated_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func TestAccActiveDirectoryDomain_activeDirectoryDomainBasicExample(t *testing.T
5151
func testAccActiveDirectoryDomain_activeDirectoryDomainBasicExample(context map[string]interface{}) string {
5252
return Nprintf(`
5353
resource "google_active_directory_domain" "ad-domain" {
54-
domain_name = ".org.com"
54+
domain_name = "name%{random_suffix}.org.com"
5555
locations = ["us-central1"]
5656
reserved_ip_range = "192.168.255.0/24"
5757
}

website/docs/r/active_directory_domain.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To get more information about Domain, see:
4141

4242
```hcl
4343
resource "google_active_directory_domain" "ad-domain" {
44-
domain_name = ".org.com"
44+
domain_name = "name.org.com"
4545
locations = ["us-central1"]
4646
reserved_ip_range = "192.168.255.0/24"
4747
}

0 commit comments

Comments
 (0)