ami-sharing

devops-made-easy/ami-sharing/aws

Terraform Module HCL AWS

A Terraform module to share AMI with other AWS Accounts

Install
module "ami-sharing" {
source = "devops-made-easy/ami-sharing/aws"
version = "1.0.1"
}
plain text: /constructs/tfmod-devops-made-easy-ami-sharing-aws/install.txt
⭐ Source on GitHub 📦 Registry page
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)
NameTypeDescriptionDefault
sharing_listlist(object({ image_id =List of objects like: {"image_id": "", "account_id": ""} required
Resources (1)
aws_ami_launch_permission
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.1
Cloud AWS
★ Stars2
Forks2
Total downloads6.0k
Inputs1
Resources1
LicenseMIT
Namespacedevops-made-easy
Updated