diff --git a/images/ami/gateway.pkr.hcl b/images/ami/gateway.pkr.hcl index dbc86156..3b3bd353 100644 --- a/images/ami/gateway.pkr.hcl +++ b/images/ami/gateway.pkr.hcl @@ -53,7 +53,7 @@ build { } provisioner "shell" { - inline = ["rm /home/ubuntu/.ssh/authorized_keys"] + inline = ["rm /home/admin/.ssh/authorized_keys"] } provisioner "shell" {