An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![CircleCI](https://circleci.com/gh/devops-workflow/terraform-aws-ami-ids/tree/master.svg?style=svg)](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"
}
```