Skip to content

Commit

Permalink
Update a standard logic app with correct stack settings (hashicorp#19399
Browse files Browse the repository at this point in the history
)

* fix issue hashicorp#18351: update a standard logic app with correct stack settings

* fix issue hashicorp#18351: update a standard logic app with correct stack settings

* Update website/docs/r/logic_app_standard.html.markdown

Co-authored-by: jackofallops <11830746+jackofallops@users.noreply.github.com>

* fix format

Signed-off-by: yan xu <58940428+xyq175com@users.noreply.github.com>

* fix format by using terrafmt

Signed-off-by: yan xu <58940428+xyq175com@users.noreply.github.com>
Co-authored-by: Xu, Yan <yan.xu@fmr.com>
Co-authored-by: jackofallops <11830746+jackofallops@users.noreply.github.com>
  • Loading branch information
3 people authored and favoretti committed Jan 12, 2023
1 parent 17f3248 commit e5218de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/docs/r/logic_app_standard.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ resource "azurerm_logic_app_standard" "example" {
app_service_plan_id = azurerm_app_service_plan.example.id
storage_account_name = azurerm_storage_account.example.name
storage_account_access_key = azurerm_storage_account.example.primary_access_key
app_settings = {
"FUNCTIONS_WORKER_RUNTIME" = "node"
"WEBSITE_NODE_DEFAULT_VERSION" = "~18"
}
}
```

Expand Down

0 comments on commit e5218de

Please sign in to comment.