-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
r/azurerm_healthcare_fhir
- public_network_access_enabled
added
#18566
r/azurerm_healthcare_fhir
- public_network_access_enabled
added
#18566
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @aristosvo - we do have an existing test failing:
------- Stdout: -------
=== RUN TestAccHealthcareApiFhirService_publicNetworkingDisabled
=== PAUSE TestAccHealthcareApiFhirService_publicNetworkingDisabled
=== CONT TestAccHealthcareApiFhirService_publicNetworkingDisabled
testcase.go:110: Step 3/6 error: After applying this test step, the plan was not empty.
stdout:
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# azurerm_healthcare_fhir_service.test will be updated in-place
~ resource "azurerm_healthcare_fhir_service" "test" {
id = "/subscriptions/*******/resourceGroups/acctestRG-healthcareapi-220928174902951730/providers/Microsoft.HealthcareApis/workspaces/acc220928174902951730/fhirservices/fhir220928174902951730"
name = "fhir220928174902951730"
~ public_network_access_enabled = true -> false
tags = {}
# (6 unchanged attributes hidden)
# (1 unchanged block hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
--- FAIL: TestAccHealthcareApiFhirService_publicNetworkingDisabled (877.62s)
FAIL
Thanks for reviewing! I've changed some code afterwards, removing the need/fuctionality requiring this test and causing this test failure. Restarted a test run on TC. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @aristosvo - LGTM 🔍
This functionality has been released in v3.25.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Fixes #18549
No acctest added, as it is only one Computed property and would need an extensive setup: