Open aebrahim opened 1 year ago
It appears an API issue
POST /v1/projects/myproject/locations/us-central1/datasets/issue13482/fhirStores?alt=json&fhirStoreId=issue13482 HTTP/1.1
Host: healthcare.googleapis.com
{
"enableHistoryImport": true,
"enableUpdateCreate": true,
"name": "issue13482",
"version": "R4"
}
---[ RESPONSE ]--------------------------------------
HTTP/2.0 200 OK
{
"name": "projects/myproject/locations/us-central1/datasets/issue13482/fhirStores/issue13482",
"enableUpdateCreate": true,
"version": "R4"
}
b/265375988
enable_history_import
is deprecated. Per b/265375988
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Expected Behavior
Running
terraform plan
a second time after a successful run should produce no diffActual Behavior
Running
terraform plan
produces the following diffTerraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: -/+ destroy and then create replacement
Terraform will perform the following actions:
Steps to Reproduce
google_healthcare_fhir_store
withenable_history_import
set to Trueterraform apply
terraform plan
will now attempt to delete and recreate the store withenable_history_import
set to True because it thinks it is Falseb/293327428