Heng Lu
Heng Lu
Hi @mlomat , Thank you for this workaround! But I guess you want to comment it on this issue :) https://github.com/Azure/terraform-provider-azapi/issues/163
Hi @mpjtaylor , Thank you for opening this issue. I think this behavior is by design, using data source to read a not existed resource, it should throw error.
Maybe use a variable to indicate whether there're available capacity reservations?
Hi @grayzu , what do you think?
@grayzu , WDYT?
Hi @RAWRitsCloud , Would you please provide more information like tf config? So I can help you diagnose. Thanks!
Hi @AustinSmart , Thank you for taking time to report this issue! Yes, it doesn't work with `text/plain` content type, I'll work on supporting it.
> Is there anything that we can do to show all insensitive properties? Yes, use [nonsensitive](https://www.terraform.io/language/functions/nonsensitive) function to wrap the whole body, here's an example: ```hcl resource "azapi_resource" "test" {...
Hi @matt-FFFFFF , Thanks for opening this issue! If I understands this correctly, this can be done with `azapi_update_resource`, more info can be found [here](https://registry.terraform.io/providers/Azure/azapi/latest/docs/resources/azapi_update_resource). Here's a full example: ```hcl...
Hi @matt-FFFFFF Thank you for the detailed explanation. We'll think about this good suggestion! Meanwhile, a workaround that help with this situation: 1. TeamA can use `azurerm_virtual_network` to create the...