Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Fix indentation in yaml reference for explicit providers #4233

Merged
merged 2 commits into from
Apr 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,11 @@ resources:

#### Explicit provider

To create an explicit provider instance, preferably with a specific version, use the [`resources`](#resources) section and prefix the name of the provider with `pulumi:providers` which will the value of the `type` property.
To create an explicit provider instance, preferably with a specific version, use the [`resources`](#resources) section. For the `type` property, prefix the name of the provider with `pulumi:providers`.

```yaml
provider:
resources:
provider:
type: pulumi:providers:azure
options:
version: 5.1.0
Expand Down
Loading