website: fix broken link from resources to multiple provider instances

This commit is contained in:
Alexandru Ungur 2017-11-21 03:05:35 +02:00 committed by Martin Atkins
parent 882803b298
commit 9f1a773655
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ There are **meta-parameters** available to all resources:
- `provider` (string) - The name of a specific provider to use for this
resource. The name is in the format of `TYPE.ALIAS`, for example, `aws.west`.
Where `west` is set using the `alias` attribute in a provider. See [multiple
provider instances](#multi-provider-instances).
provider instances](#multiple-provider-instances).
- `lifecycle` (configuration block) - Customizes the lifecycle behavior of the
resource. The specific options are documented below.