Skip to content

Commit

Permalink
Fix installation instructions (#23)
Browse files Browse the repository at this point in the history
Update required pulumi version to 3.130.0, deindent the warning block to try to fix formatting
  • Loading branch information
mjeffryes authored Aug 28, 2024
1 parent 87e28ce commit 46abc09
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/installation-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ pulumi plugin install resource terraform-provider
This will install the `terraform-provider` binary, but will not install any usable
SDKs. These need to be generated for an existing Terraform provider.

[^1]: Up to date means >= `v3.129.0`.
[^1]: Up to date means >= `v3.130.0`.

## Usage

Expand Down Expand Up @@ -52,12 +52,12 @@ You can specify `<provider ...>` in a couple of different ways:

Local paths must start with `./` or `/` and must end with `terraform-provider-<name>`.

{{% notes type="warning" %}}
{{% notes type="warning" %}}

The generated SDK will only work as long as it can find the Terraform provider binary
at the specified path.
The generated SDK will only work as long as it can find the Terraform provider binary
at the specified path.

{{% /notes %}}
{{% /notes %}}


Regardless of the way you run `pulumi package add`, it will generate a local Pulumi SDK
Expand Down

0 comments on commit 46abc09

Please sign in to comment.