github.com/hashicorp/packer@v1.14.3/hcl2template/function/refinements.go (about)

     1  package function
     2  
     3  import (
     4  	"github.com/zclconf/go-cty/cty"
     5  )
     6  
     7  func refineNotNull(b *cty.RefinementBuilder) *cty.RefinementBuilder {
     8  	return b.NotNull()
     9  }