OperationContextRequest
Request body for updating an operation context.
Properties
- The OIDC configuration for the operation.
- AWS-specific OIDC configuration.
- Azure-specific OIDC configuration.
- GCP-specific OIDC configuration.
preRunCommandsarray[string] optionalOptional list of commands to run before Pulumi is invoked.operationenum optionalThe Pulumi operation to perform (e.g. update, preview, destroy).Values:update,preview,destroy,refresh,detect-drift,remediate-drift- Environment variables to apply during execution.
- Options to specify or override default behavior.
- ↳
skipInstallDependenciesboolean optionalWhether to skip the default dependency installation step. - ↳
skipIntermediateDeploymentsboolean optionalWhether to skip queued intermediate deployments. - ↳
shellstring optionalThe shell to use when running commands. - ↳
deleteAfterDestroyboolean optionalWhether the stack should be deleted after it is destroyed. - ↳
remediateIfDriftDetectedboolean optionalWhether a detect-drift operation should be followed by a remediate-drift step if drift is detected. - The deployment role to assume for the operation.
- ↳
idstring optionalThe unique identifier of the deployment role. - ↳
namestring optionalThe name of the deployment role. - ↳
defaultIdentifierstring optionalThe default identifier to assign to this role.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.