Skip to content

Commit

Permalink
chore: upgrading-terraform-1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-juckes-pins committed Dec 23, 2024
1 parent afceb28 commit 231d3ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions infrastructure/front-door-docs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ resource "azurerm_cdn_frontdoor_origin_group" "docs" {
name = "${local.org}-fd-${local.service_name}-docs-${var.environment}"
cdn_frontdoor_profile_id = data.azurerm_cdn_frontdoor_profile.shared.id
session_affinity_enabled = true

provider = azurerm.front_door
provider = azurerm.front_door

health_probe {
interval_in_seconds = 240
Expand Down

0 comments on commit 231d3ed

Please sign in to comment.