Skip to content

Commit c9feb65

Browse files
committed
Add required version for random providers
1 parent 47a1ba2 commit c9feb65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/alb/versions.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,9 @@ terraform {
66
source = "hashicorp/aws"
77
version = "~> 5.0"
88
}
9+
random = {
10+
source = "hashicorp/random"
11+
version = "~> 3.0"
12+
}
913
}
1014
}

0 commit comments

Comments
 (0)