Skip to content

Commit 0edb4d4

Browse files
committed
fix reboot test
1 parent a9bf0e5 commit 0edb4d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

builder/ebs/builder_acc_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2093,10 +2093,10 @@ build {
20932093
const testPrivateKeyFileWithReboot = `
20942094
source "amazon-ebs" "test" {
20952095
ami_name = "%s"
2096-
source_ami = "ami-00874d747dde814fa" # Ubuntu Server 22.04 LTS
2096+
source_ami = "ami-0b5eea76982371e91" # Amazon Linux 2 AMI - kernel 5.10
20972097
instance_type = "m3.medium"
20982098
region = "us-east-1"
2099-
ssh_username = "ubuntu"
2099+
ssh_username = "ec2-user"
21002100
ssh_interface = "session_manager"
21012101
iam_instance_profile = "SSMInstanceProfile"
21022102
communicator = "ssh"

0 commit comments

Comments
 (0)