docs: Update Lightsail supported regions (#14908)

* provider/aws: Update Lightsail supported regions

This commit complements (#14621)[https://github.com/hashicorp/terraform/pull/14621] and (#14685)[https://github.com/hashicorp/terraform/pull/14685].

* Revert "provider/aws: Update Lightsail supported regions"

This reverts commit 545c3d6e6e7a9b665542ecc3b5e4d857faac749b.

* This commit complements #14621 and #14685.

* Link to AWS docs instead of listing regions

Instead of explicitly listing supported Lightsail regions in the docs,
we now link to the Lightsail docs.
This commit is contained in:
Mohamed ElSaadany 2017-06-01 20:36:32 +03:00 committed by Tom Harvey
parent 9ef4dd5a3d
commit e8a16fffd0
5 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@ a domain name using Amazon Route 53 or another domain name registrar.
If you have already registered your domain, you can enter its name in
this parameter to manage the DNS records for that domain.
~> **Note:** Lightsail is currently only supported in `us-east-1` region.
~> **Note:** Lightsail is currently only supported in a limited number of AWS Regions, please see ["Regions and Availability Zones in Amazon Lightsail"](https://lightsail.aws.amazon.com/ls/docs/overview/article/understanding-regions-and-availability-zones-in-amazon-lightsail) for more details
## Example Usage, creating a new domain
@ -35,4 +35,4 @@ The following arguments are supported:
The following attributes are exported in addition to the arguments listed above:
* `id` - The name used for this domain
* `arn` - The ARN of the Lightsail domain
* `arn` - The ARN of the Lightsail domain

View File

@ -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`, `us-east-2`, `us-west-2`, `eu-west-1`, `eu-west-2`, `eu-central-1` regions.
~> **Note:** Lightsail is currently only supported in a limited number of AWS Regions, please see ["Regions and Availability Zones in Amazon Lightsail"](https://lightsail.aws.amazon.com/ls/docs/overview/article/understanding-regions-and-availability-zones-in-amazon-lightsail) for more details
## Example Usage

View File

@ -12,7 +12,7 @@ Provides a Lightsail Key Pair, for use with Lightsail Instances. These key pairs
are seperate from EC2 Key Pairs, and must be created or imported for use with
Lightsail.
~> **Note:** Lightsail is currently only supported in `us-east-1` region.
~> **Note:** Lightsail is currently only supported in a limited number of AWS Regions, please see ["Regions and Availability Zones in Amazon Lightsail"](https://lightsail.aws.amazon.com/ls/docs/overview/article/understanding-regions-and-availability-zones-in-amazon-lightsail) for more details
## Example Usage, creating a new Key Pair

View File

@ -10,7 +10,7 @@ description: |-
Allocates a static IP address.
~> **Note:** Lightsail is currently only supported in `us-east-1` region.
~> **Note:** Lightsail is currently only supported in a limited number of AWS Regions, please see ["Regions and Availability Zones in Amazon Lightsail"](https://lightsail.aws.amazon.com/ls/docs/overview/article/understanding-regions-and-availability-zones-in-amazon-lightsail) for more details
## Example Usage

View File

@ -10,7 +10,7 @@ description: |-
Provides a static IP address attachment - relationship between a Lightsail static IP & Lightsail instance.
~> **Note:** Lightsail is currently only supported in `us-east-1` region.
~> **Note:** Lightsail is currently only supported in a limited number of AWS Regions, please see ["Regions and Availability Zones in Amazon Lightsail"](https://lightsail.aws.amazon.com/ls/docs/overview/article/understanding-regions-and-availability-zones-in-amazon-lightsail) for more details
## Example Usage