moved images to s3 and added terraform scripts
This commit is contained in:
12
infra/terraform/modules/catherine-fc/main/data.tf
Normal file
12
infra/terraform/modules/catherine-fc/main/data.tf
Normal file
@@ -0,0 +1,12 @@
|
||||
data "aws_caller_identity" "self" { }
|
||||
|
||||
data "aws_ami" "catherine_fc_ami" {
|
||||
most_recent = true
|
||||
|
||||
filter {
|
||||
name = "name"
|
||||
values = [ "catherine-fc" ]
|
||||
}
|
||||
|
||||
owners = [ "353699021357" ]
|
||||
}
|
||||
Reference in New Issue
Block a user