github.com/muratcelep/terraform@v1.1.0-beta2-not-internal-4/not-internal/experiments/doc.go (about)

     1  // Package experiments contains the models and logic for opt-in experiments
     2  // that can be activated for a particular Terraform module.
     3  //
     4  // We use experiments to get feedback on new configuration language features
     5  // in a way that permits breaking changes without waiting for a future minor
     6  // release. Any feature behind an experiment flag is subject to change in any
     7  // way in even a patch release, until we have enough confidence about the
     8  // design of the feature to make compatibility commitments about it.
     9  package experiments