Skip to content

Commit 547dfeb

Browse files
go rewrite - some compute and AD diffs (#10968) (#18449)
[upstream:cf775785f7d7e371c3019f89bc5b69e3e3bde6ab] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent 96204d0 commit 547dfeb

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

.changelog/10968.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/services/activedirectory/resource_active_directory_domain.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ func ResourceActiveDirectoryDomain() *schema.Resource {
6161
Required: true,
6262
ForceNew: true,
6363
ValidateFunc: verify.ValidateADDomainName(),
64-
Description: `The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions,
65-
https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.`,
64+
Description: `The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions
65+
of https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.`,
6666
},
6767
"locations": {
6868
Type: schema.TypeList,

google/services/activedirectory/resource_active_directory_domain_trust.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ func ResourceActiveDirectoryDomainTrust() *schema.Resource {
5858
Type: schema.TypeString,
5959
Required: true,
6060
ForceNew: true,
61-
Description: `The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions,
62-
https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.`,
61+
Description: `The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions
62+
of https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.`,
6363
},
6464
"target_dns_ip_addresses": {
6565
Type: schema.TypeSet,

website/docs/r/active_directory_domain.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ The following arguments are supported:
5656

5757
* `domain_name` -
5858
(Required)
59-
The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions,
60-
https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
59+
The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions
60+
of https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
6161

6262

6363
- - -

website/docs/r/active_directory_domain_trust.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ The following arguments are supported:
7676

7777
* `domain` -
7878
(Required)
79-
The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions,
80-
https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
79+
The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions
80+
of https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
8181

8282

8383
- - -

0 commit comments

Comments
 (0)