We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9bf0e5 commit 0edb4d4Copy full SHA for 0edb4d4
1 file changed
builder/ebs/builder_acc_test.go
@@ -2093,10 +2093,10 @@ build {
2093
const testPrivateKeyFileWithReboot = `
2094
source "amazon-ebs" "test" {
2095
ami_name = "%s"
2096
- source_ami = "ami-00874d747dde814fa" # Ubuntu Server 22.04 LTS
+ source_ami = "ami-0b5eea76982371e91" # Amazon Linux 2 AMI - kernel 5.10
2097
instance_type = "m3.medium"
2098
region = "us-east-1"
2099
- ssh_username = "ubuntu"
+ ssh_username = "ec2-user"
2100
ssh_interface = "session_manager"
2101
iam_instance_profile = "SSMInstanceProfile"
2102
communicator = "ssh"
0 commit comments