Skip to content

Commit 53fab32

Browse files
Cloud Run Domain Verification Doc Update (#4754) (#3220)
Co-authored-by: upodroid <[email protected]> Signed-off-by: Modular Magician <[email protected]> Co-authored-by: upodroid <[email protected]>
1 parent 015679c commit 53fab32

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.changelog/4754.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_cloud_run_domain_mapping.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ More info: http://kubernetes.io/docs/user-guide/identifiers#uids`,
150150
Type: schema.TypeString,
151151
Required: true,
152152
ForceNew: true,
153-
Description: `Name should be a verified domain`,
153+
Description: `Name should be a [verified](https://support.google.com/webmasters/answer/9008080) domain`,
154154
},
155155
"spec": {
156156
Type: schema.TypeList,

google-beta/resource_dataflow_flex_template_job_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
1010
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
11-
compute "google.golang.org/api/compute/v1"
11+
"google.golang.org/api/compute/v1"
1212
)
1313

1414
func TestAccDataflowFlexTemplateJob_basic(t *testing.T) {

website/docs/r/cloud_run_domain_mapping.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The following arguments are supported:
7979

8080
* `name` -
8181
(Required)
82-
Name should be a verified domain
82+
Name should be a [verified](https://support.google.com/webmasters/answer/9008080) domain
8383

8484
* `spec` -
8585
(Required)

0 commit comments

Comments
 (0)