hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.34k stars 1.75k forks source link

Support V3 parser version for Cloud Healthcare HL7 stores #11400

Closed yeweidaniel closed 2 years ago

yeweidaniel commented 2 years ago

Community Note

Description

Healthcare API's HL7 store now supports V3 parser version, it is an enum in the provider so a change is needed to support this new version.

See https://cloud.google.com/healthcare-api/docs/reference/rest/v1beta1/projects.locations.datasets.hl7V2Stores#ParserVersion for the description of V3.

New or Affected Resource(s)

Potential Terraform Configuration

No TF configuration change, support V3 in the ParserVersion field.

# Propose what you think the configuration to take advantage of this feature should look like.
# We may not use it verbatim, but it's helpful in understanding your intent.

References

github-actions[bot] commented 2 years ago

I'm going to lock this issue because it has been closed for 30 days ā³. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.