Skip to content

Commit

Permalink
fix: update deprecated azure_rm tf features
Browse files Browse the repository at this point in the history
  • Loading branch information
Pactionly committed Sep 22, 2024
1 parent d96a2c4 commit c6c9301
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions infra/terraform/appservice.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ resource "azurerm_linux_web_app" "gratibot_app_service" {
site_config {
always_on = "true"
health_check_path = "/health"
health_check_eviction_time_in_min = 5
use_32_bit_worker = false
application_stack {
docker_image_name = var.gratibot_image
Expand Down
2 changes: 1 addition & 1 deletion infra/terraform/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
provider "azurerm" {
features {}
skip_provider_registration = "true"
resource_provider_registrations = "none"
}

0 comments on commit c6c9301

Please sign in to comment.