Merge pull request #11328 from frezbo/patch-1

Update ami_copy.html.markdown
This commit is contained in:
Jake Champlin 2017-01-21 21:30:43 -05:00 committed by GitHub
commit fc0ff5e8e1
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ The following arguments are supported:
* `name` - (Required) A region-unique name for the AMI.
* `source_ami_id` - (Required) The id of the AMI to copy. This id must be valid in the region
given by `source_ami_region`.
* `source_region` - (Required) The region from which the AMI will be copied. This may be the
* `source_ami_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