Skip to content

Commit

Permalink
Update azurerm provider version to 4.11.0 in terraform.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
martinyy108 committed Nov 23, 2024
1 parent df52d2b commit af3452f
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions main/terraform.tf
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
##################################################################################
# TERRAFORM CONFIG
##################################################################################
terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.74.0"
version = "4.11.0"
}
}
}

provider "azurerm" {
features {}
}

terraform {
backend "azurerm" {
key = "app.terraform.tfstate"
}
# Configuration options
}

0 comments on commit af3452f

Please sign in to comment.