Update recommended Terraform provider versions

* Sync Terraform provider plugins with those used internally
This commit is contained in:
Dalton Hubble
2020-10-17 13:52:56 -07:00
parent 9fbfbdb854
commit b1e680ac0c
10 changed files with 14 additions and 12 deletions

View File

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

View File

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

View File

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