mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Fix AWS Terraform Deploy by switching to Debian Buster pre-release AMIs.
This commit is contained in:
@ -62,4 +62,5 @@ resource "aws_instance" "tpot" {
|
||||
}
|
||||
user_data = "${file("../cloud-init.yaml")} content: ${base64encode(file("../tpot.conf"))}"
|
||||
vpc_security_group_ids = [aws_security_group.tpot.id]
|
||||
associate_public_ip_address = true
|
||||
}
|
||||
|
Reference in New Issue
Block a user