# README

Forked Terraform packages

This directory contains a subset of code from Terraform's internal packages. However, the implementation is not exactly the same, it is just a fork, and simplifications and changes have been made according to our project.

This package provides functionality for static analysis of Terraform Language.

# Packages

Package addrs is a fork of Terraform's internal/addrs package.
Package lang is a fork of Terraform's internal/lang package.

# Functions

IsJSONFilename returns true if the filename is a JSON syntax file.