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

Commit

Permalink
Fix indentation in yaml reference for explicit providers (#4233)
Browse files Browse the repository at this point in the history
* Fix indentation in yaml code

* Update yaml-language-reference.md
  • Loading branch information
VenelinMartinov authored Apr 26, 2024
1 parent 83bf5e3 commit 2dd1def
Showing 1 changed file with 3 additions and 2 deletions.
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

0 comments on commit 2dd1def

Please sign in to comment.