public AMI

This commit is contained in:
Cory Schwartz 2021-02-17 07:30:11 -08:00
parent a1b1bb90e8
commit 857cb815b1

View File

@ -23,6 +23,10 @@ source "amazon-ebs" "lotus" {
"us-east-1",
"us-west-2",
]
ami_groups = [
# This causes the ami to be publicly-accessable.
"all",
]
ami_description = "Lotus Filecoin AMI"
instance_type = "t2.micro"