This module retrieves AMI information from AWS.
For Terraform v0.12.0+
module "this" {
source = "github.com/geometry-labs/terraform-aws-ami"
}
output "ubuntu_16" {
value = module.defaults.ubuntu_1604_ami_id
}
No issue is creating limit on this module.
Name | Version |
---|---|
aws | n/a |
No input.
Name | Description |
---|---|
centos_7_ami_id | n/a |
ecs_latest_ami_id | n/a |
ubuntu_1604_ami_id | n/a |
ubuntu_1804_ami_id | n/a |
ubuntu_2004_ami_id | n/a |
This module has been packaged with terratest tests
To run them:
- Install Go
- Run
make test-init
from the root of this repo - Run
make test
again from root
Module managed by Geometry Labs
Apache 2 Licensed. See LICENSE for full details.