github.com/hashicorp/packer@v1.14.3/packer_test/plugin_tests/templates/init/hashicups.pkr.hcl (about)

     1  packer {
     2  	required_plugins {
     3  		tester = {
     4  			source = "github.com/hashicorp/hashicups"
     5  			version = ">= 1.0.2"
     6  		}
     7  	}
     8  }
     9