This commit is contained in:
2023-01-22 03:27:54 +09:00
parent d3f56ecc0c
commit 09e9dcf9b5
28 changed files with 188 additions and 247 deletions

View File

@ -57,7 +57,8 @@ locals {
}
module "ec2_bastion" {
source = "../modules/ec2"
ami_name = "ami-035233c9da2fabf52" //amazon linux
# ami_name = "ami-035233c9da2fabf52" //amazon linux
ami_name = "ami-0ee5d9d505bab04d3" //custom
instance_type = "t2.micro"
tag_name = "bastion"
public_ip_associate = true