magodo

Results 394 comments of magodo

@johnwildes Your organization has enabled the conditional access policy that forbidens logging in with the scope of msgraph, under unsupported OS (presumably it is Linux, as I encountered this as...

Does the upstream azurerm/azapi supports those clouds? It is a precondition for us to also support them.

@jad1010 Sorry, I'm not familiar with these clouds and how to use the providers in those environments. E.g. the azurerm provider's [`environment`](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs#environment) doesn't support them. Can you please guide me...

This is an issue of the terraform registry website, instead of this repo.

When you run `terraform init`, did you setup the same azurerm provider (same version). The `aztfexport` uses `terraform` to intialize (&download) the provider. Is this systematically happening?

@jonfen93 Have you tried to run `terraform import azurerm_resource_group. ` with the same setup?

One potential reason is that your subscription is under threshold, which causes the provider to retry (up to 3 times, iirc). While the read timeout of most AzureRM resources are...

@arindam0310018 Thanks for raising the issue! Normally the resource group export should also work. The error you received might indicates the service didn't respond until timeout. Could you please run...

Close in favor of https://github.com/hashicorp/terraform-ls/issues/1840, as the `count`/`for_each` are not HCL general.