Skip to content

Commit 7fe959e

Browse files
Update README for executor changes. (#388)
1 parent 05814de commit 7fe959e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,9 @@ const testlambda = new lambda.Module("test-lambda", {
117117

118118
## How it works
119119

120-
The modules are executed with `opentofu` binary that is automatically installed on-demand. The state is stored in your
121-
chosen [Pulumi state backend](https://www.pulumi.com/docs/iac/concepts/state-and-backends/), defaulting to Pulumi
120+
The modules are executed with the `terraform` binary that is assumed to be on the `PATH`. This can be configured with the `executor: "opentofu`
121+
provider option to use `opentofu` or the `PULUMI_TERRAFORM_MODULE_EXECUTOR` environment variable.
122+
The state is stored in your chosen [Pulumi state backend](https://www.pulumi.com/docs/iac/concepts/state-and-backends/), defaulting to Pulumi
122123
Cloud. [Secrets](https://www.pulumi.com/docs/iac/concepts/secrets/) are encrypted and stored securely.
123124

124125
## Why should I use this

0 commit comments

Comments
 (0)