Skip to content

Commit c947fe4

Browse files
rollback providers version
1 parent adf9457 commit c947fe4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

terraform/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "5.98.0"
5+
version = "5.92.0"
66
}
77
random = {
88
source = "hashicorp/random"
9-
version = "3.7.2"
9+
version = "3.7.1"
1010
}
1111
archive = {
1212
source = "hashicorp/archive"
13-
version = "2.7.1"
13+
version = "2.7.0"
1414
}
1515
local = {
1616
source = "hashicorp/local"

0 commit comments

Comments
 (0)