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

provider/test: a test provider #5636

Merged
merged 1 commit into from
Mar 21, 2016
Merged

provider/test: a test provider #5636

merged 1 commit into from
Mar 21, 2016

Commits on Mar 21, 2016

  1. provider/test: a test provider

    Here we also introduce a `test` provider meant as an aid to exposing
    via automated tests issues involving interactions between
    `helper/schema` and Terraform core.
    
    This has been helpful so far in diagnosing `ignore_changes` problems,
    and I imagine it will be helpful in other contexts as well.
    
    We'll have to be careful to prevent the `test` provider from becoming a
    dumping ground for poorly specified tests that have a clear home
    elsewhere. But for bug exposure I think it's useful to have.
    phinze committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    c3e27b3 View commit details
    Browse the repository at this point in the history