From 9466884c6a70a2f4e3758e28d86346f4e53d3f90 Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Sat, 21 Jan 2017 19:20:15 +0530 Subject: [PATCH] Update ami_copy.html.markdown --- website/source/docs/providers/aws/r/ami_copy.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/ami_copy.html.markdown b/website/source/docs/providers/aws/r/ami_copy.html.markdown index a65aeab386..ecb970a256 100644 --- a/website/source/docs/providers/aws/r/ami_copy.html.markdown +++ b/website/source/docs/providers/aws/r/ami_copy.html.markdown @@ -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