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

     1  packer {
     2  	required_plugins {
     3  		tester = {
     4  			source = "github.com/mondoohq/cnspec"
     5  			version = "= 10.7.3" # plugin describe reports 10.7.x-dev so init must fail
     6  		}
     7  	}
     8  }
     9