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 94f7fab commit afceb28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion infrastructure/.tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ config {

plugin "azurerm" {
enabled = true
version = "0.26.0"
version = "0.27.0"
source = "github.com/terraform-linters/tflint-ruleset-azurerm"
}

Expand Down
3 changes: 2 additions & 1 deletion infrastructure/front-door-docs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ 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
2 changes: 1 addition & 1 deletion infrastructure/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ terraform {
version = ">= 3.6.3"
}
}
required_version = ">= 1.1.6, < 1.10.0"
required_version = ">= 1.1.6, < 1.12.0"
}

provider "azurerm" {
Expand Down

0 comments on commit afceb28

Please sign in to comment.