finalized automated build for web

This commit is contained in:
2020-08-09 14:43:33 +09:00
parent 94a9d18c02
commit 56b3448138
19 changed files with 83 additions and 35 deletions

View File

@@ -5,7 +5,7 @@ data "aws_ami" "catherine_fc_ami" {
filter {
name = "name"
values = [ "catherine-fc" ]
values = [ "catherine-fc-*" ]
}
owners = [ "353699021357" ]