Skip to content

Commit a9ff907

Browse files
Made tags GA (#4661) (#3130)
* Made tags GA * Corrected trailing references to testAccProvidersOiCS * Lint fix Signed-off-by: Modular Magician <[email protected]>
1 parent 7bcfa85 commit a9ff907

File tree

8 files changed

+27
-91
lines changed

8 files changed

+27
-91
lines changed

.changelog/4661.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
```release-note:enhancement
2+
tags: promoted `google_tags_tag_key` to GA
3+
```
4+
```release-note:enhancement
5+
tags: promoted `google_tags_tag_value` to GA
6+
```
7+
```release-note:enhancement
8+
tags: promoted `google_tags_tag_binding` to GA
9+
```
10+
```release-note:enhancement
11+
tags: promoted `google_tags_tag_key_iam_*` to GA
12+
```
13+
```release-note:enhancement
14+
tags: promoted `google_tags_tag_value_iam_*` to GA
15+
```

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) {

0 commit comments

Comments
 (0)