# README
Terraform Components
Awesome components from hashicorp/terraform extracted as packages for reuse in other projects.
Unfortunately, they are impossible to use directly because of location under the internal/
directory which Go blocks from import. To be honest, we maintain this repository because we have to not because we want to. 😅
Extracted Terraform components MUST be imported from MPL-2.0 licensed versions only.
# Packages
Package addrs contains types that represent "addresses", which are references to specific objects within a Terraform configuration or state.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package getmodules contains the low-level functionality for fetching remote module packages.
Package ipaddr is a fork of a subset of the Go standard "net" package which retains parsing behaviors from Go 1.16 or earlier.
No description provided by the author
No description provided by the author
Package tfdiags is a utility package for representing errors and warnings in a manner that allows us to produce good messages for the user.