https://github.com/devops-workflow/terraform-aws-ami-ids
Terraform module to lookup AMI IDs
https://github.com/devops-workflow/terraform-aws-ami-ids
amazon-linux ami aws aws-ami aws-ecs aws-linux terraform terraform-modules ubuntu
Last synced: about 1 month ago
JSON representation
Terraform module to lookup AMI IDs
- Host: GitHub
- URL: https://github.com/devops-workflow/terraform-aws-ami-ids
- Owner: devops-workflow
- Created: 2018-02-17T05:31:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T01:39:04.000Z (almost 5 years ago)
- Last Synced: 2023-03-02T16:02:39.388Z (about 3 years ago)
- Topics: amazon-linux, ami, aws, aws-ami, aws-ecs, aws-linux, terraform, terraform-modules, ubuntu
- Language: HCL
- Homepage: https://registry.terraform.io/modules/devops-workflow/ami-ids/aws
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://circleci.com/gh/devops-workflow/terraform-aws-ami-ids/tree/master)
terraform-aws-ami-ids
=====================
Terraform module to lookup AMI IDs for use in other resources
Usage
-----
```hcl
module "ami-ids" {
source = "devops-workflow/ami-ids/aws"
distribution = "ecs"
}
```