github.com/iaas-resource-provision/iaas-rpc@v1.0.7-0.20211021023331-ed21f798c408/internal/typeexpr/doc.go (about)

     1  // Package typeexpr is a fork of github.com/hashicorp/hcl/v2/ext/typeexpr
     2  // which has additional experimental support for optional attributes.
     3  //
     4  // This is here as part of the module_variable_optional_attrs experiment.
     5  // If that experiment is successful, the changes here may be upstreamed into
     6  // HCL itself or, if we deem it to be Terraform-specific, we should at least
     7  // update this documentation to reflect that this is now the primary
     8  // Terraform-specific type expression implementation, separate from the
     9  // upstream HCL one.
    10  package typeexpr