Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit 8f669f1

Browse files
chore(deps): update terraform random to v3.6.3
1 parent 711959e commit 8f669f1

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

terraform/.terraform.lock.hcl

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

terraform/ecs/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ terraform {
88
}
99
random = {
1010
source = "hashicorp/random"
11-
version = "3.6.1"
11+
version = "3.6.3"
1212
}
1313
}
1414
}

terraform/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ terraform {
2121
}
2222
random = {
2323
source = "hashicorp/random"
24-
version = "3.6.1"
24+
version = "3.6.3"
2525
}
2626
}
2727
}

0 commit comments

Comments
 (0)