ami-sharing
devops-made-easy/ami-sharing/aws
A Terraform module to share AMI with other AWS Accounts
Install
README
terraform-aws-ami-sharing Sample way of calling this module `` module "ami_sharing" { source = "[email protected]:devops-made-easy/terraform-aws-ami-sharing" version = "0.0.1" sharing_list = [{ image_id = "ami-xxx", account_id = "1212121" }] } `` Share the Love Like this project? Please give it a ★ on our GitHub!(it helps us a lot) License Summary This sample code is made available under MIT license. See the LICENSE file.
Inputs (1)
| Name | Type | Description | Default |
|---|---|---|---|
| sharing_list | list(object({ image_id = | List of objects like: {"image_id": "", "account_id": ""} | required |
Resources (1)
Details
Similar packages
Azure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,