File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -117,8 +117,9 @@ const testlambda = new lambda.Module("test-lambda", {
117
117
118
118
## How it works
119
119
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
122
123
Cloud. [ Secrets] ( https://www.pulumi.com/docs/iac/concepts/secrets/ ) are encrypted and stored securely.
123
124
124
125
## Why should I use this
You can’t perform that action at this time.
0 commit comments