diff --git a/example/01-vpc.tf b/example/01-vpc.tf index 25c3218..09ef57e 100644 --- a/example/01-vpc.tf +++ b/example/01-vpc.tf @@ -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}" diff --git a/example/README.md b/example/README.md index b3f2358..9bcd4bf 100644 --- a/example/README.md +++ b/example/README.md @@ -111,7 +111,7 @@ aws-delete-vpc -cluster-name | [cilium](#module\_cilium) | git::https://github.com/isovalent/terraform-k8s-cilium.git | v1.6.5 | | [talos](#module\_talos) | ../ | n/a | | [tetragon](#module\_tetragon) | git::https://github.com/isovalent/terraform-k8s-tetragon.git | v0.5 | -| [vpc](#module\_vpc) | git::https://github.com/isovalent/terraform-aws-vpc.git | v1.9 | +| [vpc](#module\_vpc) | git::https://github.com/isovalent/terraform-aws-vpc.git | v1.10 | ### Resources