ami-ids

devops-workflow/ami-ids/aws

Terraform Module HCL AWS

Terraform module to lookup AMI IDs

Install
module "ami-ids" {
source = "devops-workflow/ami-ids/aws"
version = "0.0.2"
}
plain text: /constructs/tfmod-devops-workflow-ami-ids-aws/install.txt
⭐ Source on GitHub 📦 Registry page
README

![CircleCI](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" } ``

Inputs (5)
NameTypeDescriptionDefault
ami_ownersanyAMI Owner IDs{ "amazon": "amazon", "canonical": "
ami_version_amazonlinuxanyAmazon Linux version to get"*"
ami_version_ecsanyAmazon ECS Optimized version to get"*"
ami_version_ubuntuanyUbuntu version to get. Default is 16.04"xenial-16.04"
distributionanyLinux distribution for AWS AMI, supported: amazonlinux, ecs, ubuntu"amazonlinux"
Outputs (4)
ami_id — AMI ID for Linux distribution requested
ami_ids — List of all AMI IDs
ami_names — List of all AMI Names
distro_names — List of all distribution names. Can be used to index the other lists
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.2
Cloud AWS
★ Stars1
Forks3
Total downloads36.5k
Inputs5
Outputs4
Namespacedevops-workflow
Updated