Skip to content

Commit 6fdce2f

Browse files
authored
Merge pull request #6 from gridai/random-v3
Upgraded random provider to ~> 3
2 parents ae2916d + 015dc5e commit 6fdce2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
terraform {
22
required_providers {
33
aws = "~>3"
4-
random = "~>2"
4+
random = "~>3"
55
}
66
required_version = ">= 0.15"
77
}

0 commit comments

Comments
 (0)