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" }]
}
Like this project? Please give it a ★ on our GitHub!(it helps us a lot)
This sample code is made available under MIT license. See the LICENSE file.