CLEAResult / cr-azurerm_app_service

Terraform module for Azure App Service
MIT License
0 stars 0 forks source link

Getting error on Windows app service plans #9

Open mcdafydd opened 4 years ago

mcdafydd commented 4 years ago

Getting the following error on Windows app plans:

Error: Error creating App Service ... Message":"The parameter LinuxFxVersion has an invalid value.","MessageTemplate":"The parameter {0} has an invalid value.","Parameters":["LinuxFxVersion"]}}]

mcdafydd commented 4 years ago

Not sure yet why this appeared for a module user but not when running go test. Need more debug data. Added a minor change to version 1.7.3 to ensure a casing issue in the app_service_plan kind property wouldn't cause the problem.