We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf9457 commit c947fe4Copy full SHA for c947fe4
terraform/main.tf
@@ -2,15 +2,15 @@ terraform {
2
required_providers {
3
aws = {
4
source = "hashicorp/aws"
5
- version = "5.98.0"
+ version = "5.92.0"
6
}
7
random = {
8
source = "hashicorp/random"
9
- version = "3.7.2"
+ version = "3.7.1"
10
11
archive = {
12
source = "hashicorp/archive"
13
- version = "2.7.1"
+ version = "2.7.0"
14
15
local = {
16
source = "hashicorp/local"
0 commit comments