magodo
magodo
@katbyte Unfortunately, there is no update from the service team at the moment.
Ping @tombuildsstuff, https://github.com/hashicorp/terraform-provider-azurerm/pull/23823 seems restricts the use of `contact` (requires data plane access) only when `public_network_access_enabled` is true (data plane is accessable in public). This is not always the case...
@A1lard Would you please check whether following the document added in https://github.com/hashicorp/terraform-provider-azurerm/pull/25068 can resolve your issue?
@A1lard The document does say that since v3.93.0, if the `public_network_access_enabled = false`, then you'll have to remove the contact. Can I confirm what you did aligns the document, and...
For anyone suffering this issue, this might be the `actions/checkout@v2` to blame. The default setting for `checkout` cannot work with `push`. To make them work together, you need to specify...
Are you sure you set the fetch-depth to 0? I have this issue because of that.
@aidanfinn Thank you for submitting this! The behavior is as expected as the `rule` is an `Optional+Computed` property: https://github.com/hashicorp/terraform-provider-azurerm/blob/fdc7f127174b77e2ce1a828ec93709bbb5b66016/internal/services/network/web_application_firewall_policy_resource.go#L291-L292. Since the [goal](https://github.com/Azure/aztfexport#goal) of `aztfexport` is to generate *valid* configuration and...
@tzuehlke Unfortunately, the resource-level fine tuning is not something we plan to do for now, due to the large maintainance effort.
@bjewell2x Per my test, there is one resource: `azurerm_api_management_subscription` failed to be imported. In that case, you'll be brought back to the interactive resource list view, and you can move...
@dloukola Thank you for the suggestion! In fact, we have several ways to continue exporting: - In interactive mode, when you were brought back to the import screen, you can...