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
$ terraform plan
╷
│ Warning: Deprecated Resource
│
│ with azurerm_function_app.function_app,
│ on main.tf line 160, in resource "azurerm_function_app" "function_app":
│ 160: resource "azurerm_function_app" "function_app" {
│
│ The `azurerm_function_app` resource has been superseded by the `azurerm_linux_function_app` and `azurerm_windows_function_app` resources. Whilst this
│ resource will continue to be available in the 2.x and 3.x releases it is feature-frozen for compatibility purposes, will no longer receive any updates
│ and will be removed in a future major release of the Azure Provider.
│
│ (and 4 more similar warnings elsewhere)
The text was updated successfully, but these errors were encountered:
za
pushed a commit
to za/AzureGoat
that referenced
this issue
Oct 31, 2024
so we have a consistent formatting
```
$ terraform fmt main.tf
```
I am making a separate PR, as there are resources that are deprecated.
See issue: ine-labs#23 and ine-labs#24
The text was updated successfully, but these errors were encountered: