Skip to content

Commit 3f1e7a3

Browse files
committed
config: add provider random
1 parent 88c20d0 commit 3f1e7a3

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-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.5.0"
88
}
9+
random = {
10+
source = "hashicorp/random"
11+
version = "~> 3.0"
12+
}
913
}
1014
}

modules/ecs/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.5.0"
88
}
9+
random = {
10+
source = "hashicorp/random"
11+
version = "~> 3.0"
12+
}
913
}
1014
}

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.5.0"
88
}
9+
random = {
10+
source = "hashicorp/random"
11+
version = "~> 3.0"
12+
}
913
}
1014
}

0 commit comments

Comments
 (0)