Skip to content

Commit 3f62402

Browse files
Fix typo in monitoring resource import documentation (#4714) (#3176)
Co-authored-by: corradomatt <[email protected]> Signed-off-by: Modular Magician <[email protected]> Co-authored-by: corradomatt <[email protected]>
1 parent fa3d20e commit 3f62402

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/4714.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_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/monitoring_dashboard.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ This resource provides the following
144144
Dashboard can be imported using any of these accepted formats:
145145

146146
```
147-
$ terraform import google_monitoring_dashboard.default project/{{project}}/dashboards/{{dashboard_id}}
147+
$ terraform import google_monitoring_dashboard.default projects/{{project}}/dashboards/{{dashboard_id}}
148148
$ terraform import google_monitoring_dashboard.default {{dashboard_id}}
149149
```
150150

0 commit comments

Comments
 (0)