Skip to content

devops-made-easy/terraform-aws-ami-sharing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.