Skip to content

Commit 348a0b7

Browse files
authored
Merge pull request #109 from maiconrocha/main
update vpc module version
2 parents 21f918a + 43f6f86 commit 348a0b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/linux/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module "ec2-image-builder" {
3535
create_security_group = true
3636
instance_types = ["c5.large"]
3737
instance_key_pair = aws_key_pair.imagebuilder.key_name
38-
source_ami_name = "al2023-ami-2023.6.20250203.1-kernel-6.1-x86_64"
38+
source_ami_name = "al2023-ami-2023.7.20250609.0-kernel-6.1-x86_64"
3939
ami_name = "Amazon Linux 2023 AMI"
4040
ami_description = "Amazon Linux 2023 AMI provided by AWS"
4141
recipe_version = "0.0.1"
@@ -380,7 +380,7 @@ resource "aws_ssm_parameter" "imagebuilder_ssh_public_key_openssh" {
380380

381381
module "vpc" {
382382
source = "terraform-aws-modules/vpc/aws"
383-
version = "~> 5.0"
383+
version = "~> 6.0"
384384

385385
name = local.name
386386
cidr = local.vpc_cidr

examples/windows/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ resource "aws_ssm_parameter" "imagebuilder_ssh_public_key_openssh" {
380380

381381
module "vpc" {
382382
source = "terraform-aws-modules/vpc/aws"
383-
version = "~> 5.0"
383+
version = "~> 6.0"
384384

385385
name = local.name
386386
cidr = local.vpc_cidr

0 commit comments

Comments
 (0)