github.com/cycloidio/terraform@v1.1.10-0.20220513142504-76d5c768dc63/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