Update recommended Terraform provider versions

* Sync Terraform provider plugins with those used internally
This commit is contained in:
Dalton Hubble 2020-11-14 13:32:04 -08:00
parent f5a83667e8
commit 5c3b5a20de
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.11.0" version = "3.15.0"
} }
} }
} }

View File

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

View File

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

View File

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

View File

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

View File

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