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"
}
README
 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)
| Name | Type | Description | Default |
|---|---|---|---|
| ami_owners | any | AMI Owner IDs | {
"amazon": "amazon",
"canonical": " |
| ami_version_amazonlinux | any | Amazon Linux version to get | "*" |
| ami_version_ecs | any | Amazon ECS Optimized version to get | "*" |
| ami_version_ubuntu | any | Ubuntu version to get. Default is 16.04 | "xenial-16.04" |
| distribution | any | Linux distribution for AWS AMI, supported: amazonlinux, ecs, ubuntu | "amazonlinux" |
Outputs (4)
ami_id — AMI ID for Linux distribution requestedami_ids — List of all AMI IDsami_names — List of all AMI Namesdistro_names — List of all distribution names. Can be used to index the other listsDetails
FrameworkTerraform Module
LanguageHCL
Version0.0.2
Cloud AWS
★ Stars1
Forks3
Total downloads36.5k
Inputs5
Outputs4
Namespacedevops-workflow
Updated
Similar packages
caf-enterprise-scale
Azure landing zones Terraform module
★ 952terraform
caf
Terraform supermodule for the Terraform platform engineering for Azure
★ 581terraform
lz-vending
Terraform module to deploy landing zone subscriptions (and much more) in Azure
★ 210terraform
label
Terraform Module to define a consistent naming convention by (namespace, stage,
★ 702terraform