From 46abc094151e7159d0222bfd5af7a76287f99e79 Mon Sep 17 00:00:00 2001 From: "Matthew (Matt) Jeffryes" Date: Wed, 28 Aug 2024 08:57:08 -0700 Subject: [PATCH] Fix installation instructions (#23) Update required pulumi version to 3.130.0, deindent the warning block to try to fix formatting --- docs/installation-configuration.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/installation-configuration.md b/docs/installation-configuration.md index 667e0a9..c34fff3 100644 --- a/docs/installation-configuration.md +++ b/docs/installation-configuration.md @@ -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 @@ -52,12 +52,12 @@ You can specify `` in a couple of different ways: Local paths must start with `./` or `/` and must end with `terraform-provider-`. - {{% 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