You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: The name "example-app-service" used for the App Service needs to be globally unique and isn't available: Hostname 'example-app-service' already exists. Please select a different name.
on test.tf line 24, in resource "azurerm_app_service" "test":
24: resource "azurerm_app_service" "test" {
The name for an App Service needs to be globally unique - unfortunately in this case the name example-app-service is taken; if you switch this to another name this should work for you. Can you take a look and see if that works for you?
Since this is a question rather than a bug in the Azure Provider I'm going to close this issue for the moment - but please let us know if that doesn't work for you and we'll take another look.
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 👉 hashibot-feedback@hashicorp.com. Thanks!
ghost
locked and limited conversation to collaborators
Sep 29, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
Terraform (and AzureRM Provider) Version
Affected Resource(s)
azurerm_1.33.1
Terraform Configuration Files
Expected Behavior
App Service should be created
Actual Behavior
Steps to Reproduce
terraform apply
Important Factoids
None
References
The text was updated successfully, but these errors were encountered: