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: Add TF_ACC_LOG, TF_LOG_CORE, and TF_LOG_PROVIDER environment variable handling for Terraform versions 0.15 and later #993

Merged
merged 6 commits into from Jul 5, 2022

Commits on Jul 1, 2022

  1. helper/resource: Added TF_LOG environment variable passthrough to T…

    …erraform during acceptance testing on versions 0.15 and later
    
    Reference: hashicorp/terraform-exec#291
    Reference: #992
    
    This allows the acceptance testing framework to appropriately set the `TF_LOG` environment variable via `terraform-exec`, if Terraform is version 0.15 or later. Otherwise, defaults to `TRACE` similar to before when `TF_ACC_LOG_PATH` or `TF_LOG_PATH_MASK` environment variables are set.
    bflad committed Jul 1, 2022
    Copy the full SHA
    0a62475 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fe4e8c4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    15227b9 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG for #993

    bflad committed Jul 1, 2022
    Copy the full SHA
    273453b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    04bdf64 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Update internal/logging/keys.go

    Co-authored-by: Ivan De Marino <ivan.demarino@hashicorp.com>
    bflad and Ivan De Marino committed Jul 5, 2022
    Copy the full SHA
    b57221d View commit details
    Browse the repository at this point in the history