Update recommended Terraform provider versions

* Sync Terraform provider plugins with those used internally
This commit is contained in:
Dalton Hubble 2021-02-19 00:24:07 -08:00
parent ec389295fe
commit 590796ee62
6 changed files with 6 additions and 6 deletions

View File

@ -55,7 +55,7 @@ terraform {
} }
aws = { aws = {
source = "hashicorp/aws" source = "hashicorp/aws"
version = "3.20.0" version = "3.28.0"
} }
} }
} }

View File

@ -52,7 +52,7 @@ terraform {
} }
azurerm = { azurerm = {
source = "hashicorp/azurerm" source = "hashicorp/azurerm"
version = "2.40.0" version = "2.48.0"
} }
} }
} }

View File

@ -56,7 +56,7 @@ terraform {
} }
google = { google = {
source = "hashicorp/google" source = "hashicorp/google"
version = "3.50.0" version = "3.57.0"
} }
} }
} }

View File

@ -55,7 +55,7 @@ terraform {
} }
aws = { aws = {
source = "hashicorp/aws" source = "hashicorp/aws"
version = "3.20.0" version = "3.28.0"
} }
} }
} }

View File

@ -52,7 +52,7 @@ terraform {
} }
azurerm = { azurerm = {
source = "hashicorp/azurerm" source = "hashicorp/azurerm"
version = "2.40.0" version = "2.48.0"
} }
} }
} }

View File

@ -56,7 +56,7 @@ terraform {
} }
google = { google = {
source = "hashicorp/google" source = "hashicorp/google"
version = "3.50.0" version = "3.57.0"
} }
} }
} }