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
It is expected Terraform to create Vnet integration of the Webapp to the subnet, and it actually does this. But, on the second run it detects configuration drift within the Webapp config => Site settings => virtual_network_name. This happens every run. Could be a bug.
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
Mar 28, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
Terraform (and AzureRM Provider) Version
v0.12.19
v1.40.0
Affected Resource(s)
azurerm_app_service_virtual_network_swift_connection
azurerm_app_service
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
It is expected Terraform to create Vnet integration of the Webapp to the subnet, and it actually does this. But, on the second run it detects configuration drift within the Webapp config => Site settings => virtual_network_name. This happens every run. Could be a bug.
~ site_config {
always_on = false
default_documents = [
"Default.htm",
"Default.html",
"Default.asp",
"index.htm",
"index.html",
"iisstart.htm",
"default.aspx",
"index.php",
"hostingstart.html",
]
dotnet_framework_version = "v4.0"
ftps_state = "AllAllowed"
http2_enabled = false
ip_restriction = []
local_mysql_enabled = false
managed_pipeline_mode = "Integrated"
min_tls_version = "1.2"
php_version = "5.6"
remote_debugging_enabled = false
remote_debugging_version = "VS2019"
scm_type = "None"
use_32_bit_worker_process = true
- virtual_network_name = "c231c93d-9d9f-464d-987a-5fc34da0c2b9_subnet" -> null
websockets_enabled = false
Actual Behavior
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: