FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

aws_ami_launch_permission

Adds launch permission to Amazon Machine Image (AMI) from another AWS account.

Example Usage

resource "aws_ami_launch_permission" "example" {
    image_id   = "ami-12345678"
    account_id = "123456789012"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io