Skip to content

Commit

Permalink
Bump provider versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eternaltyro committed Jul 18, 2023
1 parent 74194c3 commit 4020029
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions infra/production/provider.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 1.4.0"
required_version = ">= 1.5.0"

backend "remote" {
organization = "hotosm"
Expand All @@ -12,17 +12,17 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "=3.46.0"
version = "=3.65.0"
}

random = {
source = "hashicorp/random"
version = "=3.4.3"
version = "=3.5.1"
}

tfe = {
source = "hashicorp/tfe"
version = "~> 0.42.0"
version = "~> 0.46.0"
}

}
Expand Down

0 comments on commit 4020029

Please sign in to comment.