We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add490a commit bea5d09Copy full SHA for bea5d09
examples/linux/main.tf
@@ -35,7 +35,7 @@ module "ec2-image-builder" {
35
create_security_group = true
36
instance_types = ["c5.large"]
37
instance_key_pair = aws_key_pair.imagebuilder.key_name
38
- source_ami_name = "al2023-ami-2023.5.20240903.0-kernel-6.1-x86_64"
+ source_ami_name = "al2023-ami-2023.6.20250203.1-kernel-6.1-x86_64"
39
ami_name = "Amazon Linux 2023 AMI"
40
ami_description = "Amazon Linux 2023 AMI provided by AWS"
41
recipe_version = "0.0.1"
0 commit comments