github.com/hashicorp/packer@v1.14.3/command/test-fixtures/version_req/base_failure/version.pkr.hcl (about)

     1  packer {
     2    required_version = ">= 700000.0.0"
     3  }
     4  
     5  block_from_the_future {
     6    the_answer_to_life_the_universe_and_everything = 42
     7  }
     8  
     9  build {}