Update recommended Terraform provider versions

* Sync Terraform provider plugins with those used internally
This commit is contained in:
Dalton Hubble 2020-10-11 13:03:15 -07:00
parent 7881f4bd86
commit a38ec1a856
7 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
mkdocs==1.1.2
mkdocs-material==6.0.1
mkdocs-material==6.0.2
pygments==2.6.1
pymdown-extensions==7.1.0