magodo

Results 394 comments of magodo

Yes, you would have to put the mapping file to other folder rather than the output directory.

The output directory might be an existing TF workspace, that users forgot to add the `--append` option. It might also be a non-TF related directory. I think reading through the...

: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.

@andyr8939 Thank you for submitting this! Assuming you mean the `http_listener` above exists in the state, but isn't generated in the configuration, would you please check `terraform state` holds this...

@andyr8939 As I'm not so familiar with waf policy, I'm wondering if you can provide me a simplified state file (with the sensitive values redacted of course), so that I...

@andyr8939 Do you have an example TF config that I can provision and try importing with `aztfy`, to further troubleshoot this issue?

@andyr8939 There is a new CLI option called `--full-properties`, which can export all the non-computed-only attributes for the terrafied resources. That should solve your issues. But keep in mind in...

@nexocentric Thank you for submitting this, it appears the read functionality of this resource is broken in the provider.

A related update is that the `azurerm_frontdoor_xxx` resources are now feature frozen at the provider, and these resources are also deprecated in Azure. The replacement would be `azurerm_cdn_frontdoor_xxx` resources, which...

@simone-bennett Thank you for pointing this out. The reason those names are cut off is due to the implementation of the bubbletea list view (the terminal UI framwork I used)....