Update recommended Terraform provider versions

* Sync Terraform provider plugins with those used internally
This commit is contained in:
Dalton Hubble 2020-12-11 00:15:29 -08:00
parent ee9ce3d0ab
commit 3eb20a1f4b
6 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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