Skip to content

Commit 9e867dd

Browse files
Promote hl7.parseConfig.version to GA (#5196) (#3634)
Signed-off-by: Modular Magician <[email protected]>
1 parent ac87342 commit 9e867dd

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/5196.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
healthcare: promoted `google_healthcare_hl7_v2_store.parseConfig.version` to GA
3+
```

google-beta/resource_gke_hub_feature_membership_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"fmt"
66
"testing"
77

8-
"github.com/GoogleCloudPlatform/declarative-resource-client-library/dcl"
8+
dcl "github.com/GoogleCloudPlatform/declarative-resource-client-library/dcl"
99
gkehub "github.com/GoogleCloudPlatform/declarative-resource-client-library/services/google/gkehub/beta"
1010
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
1111
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"

website/docs/r/healthcare_hl7_v2_store.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ The following arguments are supported:
262262
store if schematized parsing is desired.
263263

264264
* `version` -
265-
(Optional, [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html))
265+
(Optional)
266266
The version of the unschematized parser to be used when a custom `schema` is not set.
267267
Default value is `V1`.
268268
Possible values are `V1` and `V2`.

0 commit comments

Comments
 (0)