Skip to content

Commit 20cd911

Browse files
chore(deps): update terraform terraform-aws-modules/vpc/aws to v5
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 236c13c commit 20cd911

File tree

1 file changed

+1
-1
lines changed
  • terraform/aws/modules/cluster

1 file changed

+1
-1
lines changed

terraform/aws/modules/cluster/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ module "eks" {
6868

6969
module "vpc" {
7070
source = "terraform-aws-modules/vpc/aws"
71-
version = "~> 3.14"
71+
version = "~> 5.0"
7272

7373
name = local.name
7474
cidr = "10.0.0.0/16"

0 commit comments

Comments
 (0)