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

pull/7995/head
Paul Stack 10 years ago committed by GitHub
parent 25a860e990
commit e7f31ebfd8

@ -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.

Loading…
Cancel
Save