File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
381381module "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
Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ resource "aws_ssm_parameter" "imagebuilder_ssh_public_key_openssh" {
380380
381381module "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
You can’t perform that action at this time.
0 commit comments