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

helper/resource: Set CHECKPOINT_DISABLE environment variable outside terraform-exec #937

Merged
merged 1 commit into from Apr 12, 2022

Commits on Apr 12, 2022

  1. helper/resource: Set CHECKPOINT_DISABLE environment variable outside …

    …terraform-exec
    
    Reference: #935
    
    When using `(tfexec.Terraform).SetEnv()`, it will no longer copy `os.Environ()`. It is also not possible for the code to call `tfexec.CleanEnv(os.Environ())` with the additional environment variable as it would strip previously accepted `TF_VAR_` environment variables. There are no plans to change this behavior in terraform-exec.
    bflad committed Apr 12, 2022
    Copy the full SHA
    ed8bd75 View commit details
    Browse the repository at this point in the history