• Martin Atkins's avatar
    command: Experimental "terraform test" command · 7f783429
    Martin Atkins authored
    This is just a prototype to gather some feedback in our ongoing research
    on integration testing of Terraform modules. The hope is that by having a
    command integrated into Terraform itself it'll be easier for interested
    module authors to give it a try, and also easier for us to iterate quickly
    based on feedback without having to coordinate across multiple codebases.
    
    Everything about this is subject to change even in future patch releases.
    Since it's a CLI command rather than a configuration language feature it's
    not using the language experiments mechanism, but generates a warning
    similar to the one language experiments generate in order to be clear that
    backward compatibility is not guaranteed.
    7f783429