Skip to content

Commit

Permalink
chore(deps): update terraform hashicorp/terraform to v1.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent 2082c01 commit 6044164
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/apim/init.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "1.8.1"
required_version = "1.9.8"

backend "azurerm" {
subscription_id = "04d27a32-7a07-48b3-95b8-3c8691e1a263"
Expand Down
2 changes: 1 addition & 1 deletion components/appgateway/init.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "1.8.1"
required_version = "1.9.8"

backend "azurerm" {
subscription_id = "04d27a32-7a07-48b3-95b8-3c8691e1a263"
Expand Down
2 changes: 1 addition & 1 deletion components/backendappgateway/init.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "1.8.1"
required_version = "1.9.8"

backend "azurerm" {
subscription_id = "04d27a32-7a07-48b3-95b8-3c8691e1a263"
Expand Down
2 changes: 1 addition & 1 deletion components/shutter_static_webapp/init.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "1.8.1"
required_version = "1.9.8"

backend "azurerm" {}
required_providers {
Expand Down
2 changes: 1 addition & 1 deletion components/trafficmanager/init.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "1.8.1"
required_version = "1.9.8"

backend "azurerm" {
subscription_id = "04d27a32-7a07-48b3-95b8-3c8691e1a263"
Expand Down

0 comments on commit 6044164

Please sign in to comment.