Update recommended Terraform provider versions

* Sync Terraform provider plugins with those used internally
* Update mkdocs-material from v5.5.11 to v5.5.12
This commit is contained in:
Dalton Hubble 2020-09-07 21:18:47 -07:00
parent 28ee693e6b
commit 1e654c9e4e
7 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
mkdocs==1.1.2 mkdocs==1.1.2
mkdocs-material==5.5.11 mkdocs-material==5.5.12
pygments==2.6.1 pygments==2.6.1
pymdown-extensions==7.1.0 pymdown-extensions==7.1.0