Skip to content
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

Unable to update App Service Plan since 2.0 #5908

Closed
Djiit opened this issue Feb 26, 2020 · 3 comments
Closed

Unable to update App Service Plan since 2.0 #5908

Djiit opened this issue Feb 26, 2020 · 3 comments

Comments

@Djiit
Copy link
Contributor

Djiit commented Feb 26, 2020

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request

Terraform (and AzureRM Provider) Version

terraform -v
Terraform v0.12.20
+ provider.azurerm v2.0.0

Terraform Configuration Files

(names eluded)

resource "azurerm_app_service_plan" "cx-app_service_plan" {
  name                = "MY-ASP"
  location            = "West Europe"
  resource_group_name = "MY-RG"'
  reserved            = true
  kind                = "Linux"

  sku {
    tier = var.asp_sku_tier
    size = var.asp_sku_size
  }
}

Description / Feedback

It should have updated my ASP correctly.
Even if I revert to provider 1.44.0, I can't apply anything now :/ This is quite blocking 😅 .

Here is the error I get :

Error: Error creating/updating App Service Plan "MY-ASP" (Resource Group "MY-RG"): web.AppServicePlansClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="LinkedInvalidPropertyId" Message="Property id '' at path 'properties.hostingEnvironmentProfile.id' is invalid. Expect fully qualified resource Id that start with '/subscriptions/{subscriptionId}' or '/providers/{resourceProviderNamespace}/'."

Thanks for your help

@Djiit
Copy link
Contributor Author

Djiit commented Feb 26, 2020

Is a duplicate of: #5884, #5899,
Might be a duplicate of : #5866, #5867

@jackofallops
Copy link
Member

closing as duplicate of #5884

@ghost
Copy link

ghost commented Mar 28, 2020

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 ghost locked and limited conversation to collaborators Mar 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants