Add warning about Terraform AWS provider version

* Sync Terraform provider versions with those used internally
This commit is contained in:
Dalton Hubble
2022-06-23 21:23:48 -07:00
parent 45d6ff2e38
commit 07df0c2552
10 changed files with 13 additions and 9 deletions

View File

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

View File

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

View File

@ -55,7 +55,7 @@ terraform {
}
digitalocean = {
source = "digitalocean/digitalocean"
version = "2.18.0"
version = "2.21.0"
}
}
}

View File

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