docs/aws: Add and as docs to the AWS resource (#7988)

This commit is contained in:
Paul Stack 2016-08-05 10:38:00 +10:00 committed by GitHub
parent 25a860e990
commit e7f31ebfd8
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ The following arguments are supported:
given by `source_ami_region`.
* `source_region` - (Required) The region from which the AMI will be copied. This may be the
same as the AWS provider region in order to create a copy within the same region.
* `encrypted` - (Optional) Specifies whether the destination snapshots of the copied image should be encrypted. Defaults to `false`
* `kms_key_id` - (Optional) The full ARN of the KMS Key to use when encrypting the snapshots of an image during a copy operation. If not specified, then the default AWS KMS Key will be used
This resource also exposes the full set of arguments from the [`aws_ami`](ami.html) resource.