Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tool(pulumi): support newer version 3.102.0 #6246

Merged
merged 2 commits into from
Jul 3, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
docs: re-generate docs
vvagaytsev committed Jul 2, 2024
commit 9e22811cdc2e1989ac62230fd7e673b7a8d722da
6 changes: 3 additions & 3 deletions docs/reference/providers/pulumi.md
Original file line number Diff line number Diff line change
@@ -128,9 +128,9 @@ providers:

The version of pulumi to use. Set to `null` to use whichever version of `pulumi` is on your PATH.

| Type | Allowed Values | Default | Required |
| -------- | ------------------------ | ---------- | -------- |
| `string` | "3.70.0", "3.64.0", null | `"3.70.0"` | Yes |
| Type | Allowed Values | Default | Required |
| -------- | ----------------------------------- | ---------- | -------- |
| `string` | "3.102.0", "3.70.0", "3.64.0", null | `"3.70.0"` | Yes |

### `providers[].previewDir`