Skip to content

Commit

Permalink
Update Terraform azurerm to v3.105.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 24, 2024
1 parent 87a1fe1 commit af8c32f
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion 3-terraform-state/local-state-example/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.98.0"
version = "3.105.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion 3-terraform-state/remote-state-example/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.98.0"
version = "3.105.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion 4-terraform-advanced/1-depends-on/terraform/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.98.0"
version = "3.105.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion 4-terraform-advanced/2-for-each/terraform/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.98.0"
version = "3.105.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion 4-terraform-advanced/3-count/terraform/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.98.0"
version = "3.105.0"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.98.0"
version = "3.105.0"
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.98.0"
version = "3.105.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion 5-secret-management-azure/terraform/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.98.0"
version = "3.105.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion 6-terraform-modules/terraform/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.98.0"
version = "3.105.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion 7-terraform-azapi/terraform/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.98.0"
version = "3.105.0"
}
azapi = {
source = "azure/azapi"
Expand Down

0 comments on commit af8c32f

Please sign in to comment.