Skip to content

Commit efa42de

Browse files
authored
Merge pull request #3 from peertransfer/PLATOP-2685
[PLATOP-2685] Use AWS provider v4
2 parents 009078a + 2864d53 commit efa42de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
}
44

55
provider "aws" {
6-
version = "~> 3.31"
6+
version = "~> 4.12"
77
}
88

99
provider "random" {

0 commit comments

Comments
 (0)