magodo

Results 394 comments of magodo

:wave: Since we've not heard back here I'm going to close this issue for the moment. Feel free to reopen if still have questions.

@MohnJadden This will be supported once https://github.com/urfave v3 releases.

Hi @gogo25171, I'm answering your questions as following: - Running Resource Issues: There is no issue for resources in running state - Complexity and Dependencies: The terraform cross resource dependencies...

:wave: Since we've not heard back here I'm going to close this issue for the moment. Feel free to reopen if still have questions.

@Pav-Bahia Yes, some resources are listable by ARM, but are actually not implemented as a separate resource in Terraform, which makes them fail during export. That is as expected, and...

:wave: Since we've not heard back here I'm going to close this issue for the moment. Feel free to reopen if still have questions.

@Ghostw4lk The issue may cause by `tmp` is `noexec` on your OS. `aztfexport` under the hood will import the resources in parallel in the tmp dir. You can export `TMPDIR`...

:wave: Since we've not heard back here I'm going to close this issue for the moment. Feel free to reopen if still have questions.

@serhatataman The `azuread_application` belongs to the `azuread` provider, while `aztfexport` currently only support `azurerm` resources and we didn't plan to support `azuread` at this moment as it is not ARM...

@skadz From the error message: > Error: expected "SQLAuditing[defaultworkspace-aaaaaaaa-0000-aaaa-aa-aaaaaaaaaaaa-eus]" to match 'Solution(WorkspaceName)' It seems the resource name violates the expectation of the provider, which is defined at https://github.com/hashicorp/terraform-provider-azurerm/blob/fc0bfa18efa74a94c24b12eda48b00cb508c7d22/internal/services/loganalytics/log_analytics_solution_resource.go#L223-L236: ```go //...