Skip to content

Commit

Permalink
Change dotnet_version to new style (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpressland authored Jan 17, 2023
1 parent a580376 commit b16f3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ resource "azurerm_windows_function_app" "function" {
minimum_tls_version = "1.2"

application_stack {
dotnet_version = "6"
dotnet_version = "v6.0"
}

dynamic "ip_restriction" {
Expand Down

0 comments on commit b16f3fa

Please sign in to comment.