Skip to content

Commit

Permalink
chore(deps): update terraform github.com/isovalent/terraform-aws-vpc …
Browse files Browse the repository at this point in the history
…to v1.10

Signed-off-by: renovate[bot] <[email protected]>
  • Loading branch information
renovate[bot] authored and PhilipSchmid committed Nov 11, 2024
1 parent 0f095a5 commit 0736bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/01-vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resource "random_id" "cluster" {
}

module "vpc" {
source = "git::https://github.com/isovalent/terraform-aws-vpc.git?ref=v1.9"
source = "git::https://github.com/isovalent/terraform-aws-vpc.git?ref=v1.10"

cidr = var.vpc_cidr
name = "${var.cluster_name}-${random_id.cluster.dec}"
Expand Down

0 comments on commit 0736bea

Please sign in to comment.