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
I am expecting to create a function app with it's plan and a slot called staging.
The slot function should have the integration with the subnet azurerm_subnet.example
Actual Behavior
The apply ends with the following error message, all the resources have been created expect the integration with the vnet that I need to create manually from the portal.
Error: Error parsing Azure Resource ID %!q(*web.AppServiceResourceID=)
on main.tf line 77, in resource "azurerm_app_service_slot_virtual_network_swift_connection" "example":
77: resource "azurerm_app_service_slot_virtual_network_swift_connection" "example" {
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered:
@uolter, @ziontech-devops for app_service_id field, we could not use azurerm_app_service_plan id, but should use id of azurerm_app_service or azurerm_function_app , Could you please try use following config ?
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!
ghost
locked and limited conversation to collaborators
Sep 13, 2020
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_app_service_slot_virtual_network_swift_connection
Terraform Configuration Files
Expected Behavior
I am expecting to create a function app with it's plan and a slot called staging.
The slot function should have the integration with the subnet azurerm_subnet.example
Actual Behavior
The apply ends with the following error message, all the resources have been created expect the integration with the vnet that I need to create manually from the portal.
Error: Error parsing Azure Resource ID %!q(*web.AppServiceResourceID=)
on main.tf line 77, in resource "azurerm_app_service_slot_virtual_network_swift_connection" "example":
77: resource "azurerm_app_service_slot_virtual_network_swift_connection" "example" {
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: