From 5efe3ad6b3d921ea1edda602c5c0ecc0151f6f55 Mon Sep 17 00:00:00 2001 From: Yorgos Saslis Date: Thu, 18 May 2017 14:10:37 +0300 Subject: [PATCH] Update supported AWS regions (#14621) According to an AWS announcement from yesterday: https://aws.amazon.com/about-aws/whats-new/2017/05/amazon-lightsail-now-available-in-5-additional-europe-us-aws-regions/ --- .../docs/providers/aws/r/lightsail_instance.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/providers/aws/r/lightsail_instance.html.markdown b/website/source/docs/providers/aws/r/lightsail_instance.html.markdown index 522041e9c..315586735 100644 --- a/website/source/docs/providers/aws/r/lightsail_instance.html.markdown +++ b/website/source/docs/providers/aws/r/lightsail_instance.html.markdown @@ -12,7 +12,7 @@ Provides a Lightsail Instance. Amazon Lightsail is a service to provide easy vir with custom software already setup. See [What is Amazon Lightsail?](https://lightsail.aws.amazon.com/ls/docs/getting-started/article/what-is-amazon-lightsail) for more information. -Note: Lightsail is currently only supported in `us-east-1` region. +Note: Lightsail is currently only supported in `us-east-1`, `us-east-2`, `us-west-2`, `eu-west-1`, `eu-west-2`, `eu-central-1` regions. ## Example Usage @@ -33,7 +33,7 @@ The following arguments are supported: * `name` - (Required) The name of the Lightsail Instance * `availability_zone` - (Required) The Availability Zone in which to create your -instance. At this time, must be in `us-east-1` region +instance. At this time, must be in `us-east-1`, `us-east-2`, `us-west-2`, `eu-west-1`, `eu-west-2`, `eu-central-1` regions * `blueprint_id` - (Required) The ID for a virtual private server image (see list below) * `bundle_id` - (Required) The bundle of specification information (see list below)