Terraform v0.11.8
Also occurs with provider.azurerm v1.16.0
provider "azurerm" {
}
resource "azurerm_resource_group" "Default" {
name = "Testnsg"
location = "EastUS"
}
https://gist.github.com/jeffwmiles/ac59597be7ac9d61184b713e2c1ad3b0
As per Microsoft Doc on using Terraform with Azure Cloud Shell, expecting no additional parameters needed for the AzureRm provider, and it successfully completing "terraform plan".
This appeared to be working as recent as last week, with no change in terraform files.
See debug output.
terraform init and note it succeedsterraform applyThis error now occurs across multiple subscriptions, with both remote and local backend.
@jeffwmiles Thanks for reporting this issue. It's a regression for Cloud Shell, we're rolling out the hotfix. Please retry it after 24 hours.
Thanks @metacpp, after testing this evening I can confirm that Terraform within Azure Cloud Shell is functioning again as expected.
@jeffwmiles thanks for confirming that, glad to hear this is now working for you - I'm going to close this issue for the moment. Thanks!
I'm going to lock this issue because it has been closed for _30 days_ ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!