-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error creating/updating App Service Plan (Message="Property id '' at path 'properties.hostingEnvironmentProfile.id' is invalid) #5884
Comments
Put
On top of my terraform file, app service plan steps keep failing
|
Maybe this issue is only about azurem v 2.0.0 provider "azurerm" { |
Thanks, but see above. I did set the version to 1.44. |
I opened a pull request here: #5910 I'm not sure that this is the reason why the step keeps failing, but it's my best guess since that line was changed 3 days ago. |
v2.1.0? What about the older versions? |
My temporary solution to get us unblocked was to manually delete the affected resources, then re-run the terraform at 1.44. Luckily this was just affecting our development environment. This is less than ideal, but if you're totally stuck, and it's safe to temporarily delete your app service, then recreate it, this might help you! |
This issue will be fixed in the next version. Looks like people stuck on 1.44 are forced to upgrade. |
Hi @woeterman94 Ste |
This has been released in version 2.1.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example: provider "azurerm" {
version = "~> 2.1.0"
}
# ... other configuration ... |
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! |
Community Note
Terraform (and AzureRM Provider) Version
Hello,
Since today terraform refuses to deploy our .NET core web application to azure using terraform. Everything worked fine yesterday, we didn't change anything.
Relevant terraform config
Debug Output
Message="Property id '' at path 'properties.hostingEnvironmentProfile.id' is invalid
https://gist.github.com/woeterman94/8abb5a9706c8cc101bacd07f1330905d
Expected Behavior
Create / update the resource
Actual Behavior
The step crashed.
(same issue as : hashicorp/terraform#24209 ? )
The text was updated successfully, but these errors were encountered: