Releases: Bonial-International-GmbH/terraform-config-inspect
v0.0.1
Changelog
c38bd00 Merge pull request #1 from Bonial-International-GmbH/github-actions
40c404d github actions: initial setup
0c45ba3 tfconfig: decode provider aliases (hashicorp#54)
b049036 Support the sensitive attribute on outputs (hashicorp#55) (hashicorp#56)
7ecb6e4 Expose lower-level hcl.File load function (hashicorp#53)
c481b8b Allow parsing module from any filesystem (hashicorp#49)
d43f12b Merge pull request hashicorp#46 from hashicorp/alisdair/provider-source-multiple-blocks
71b4cb8 Multiple provider source attributes is an error
782b43b Merge source across required_providers blocks
3a72ca6 fix: disambiguate variable defaults with "empty" values from undefined (hashicorp#24)
36d6f40 Migrate from Travis -> Circle
c47ac38 Migrate to Circle
f7d8399 Merge pull request hashicorp#40 from hashicorp/cleanup
aba5d21 Standardize directory for test data
ae667a1 Cleanup Readme formatting
dd27d0d Merge pull request hashicorp#39 from hashicorp/fix-markdown-rendering
9f5681a Fix Markdown rendering
c6ae626 terraform.required_providers provider source (hashicorp#37)
e962961 contributing: terraform-config-inspect is feature complete (hashicorp#35)
17f92b0 deps: Migrate from github.com/hashicorp/hcl2 to github.com/hashicorp/hcl/v2 (hashicorp#34)
82a99dc Merge pull request hashicorp#28 from hashicorp/deps-bump-deep
bed0fb5 deps: Bump hashicorp/hcl2 to latest
52272e1 deps: Bump github.com/go-test/deep to 1.0.3
9c24e68 Merge pull request hashicorp#20 from hashicorp/bump-hcl2
f801629 Bump hcl2 to 0b64543c968c
73bc252 Merge pull request hashicorp#19 from hashicorp/bump-cty
b80c561 Bump go-cty to 1.0.0
1fc7215 Merge pull request hashicorp#12 from schneiderl/master
e2ee25b mod: bump hcl2 dependency (hashicorp#16)
8022a26 tfconfig/load_hcl: merge overridden module blocks nicely (hashicorp#15)
b070767 downgrade hcl dependency (hashicorp#14)
67302cb Merge pull request hashicorp#13 from hashicorp/go-mod-tidy
09db391 go mod tidy
ca2a50e Update readme.md
314d8af Clarify the intended scope of this codebase in README.md
9f77b6d A basic .travis.yml to just run our tests and ensure the tool builds
59084d2 Upgrade HCL2 to a version that doesn't panic
726803a Add CODEOWNERS specifying ownership by the terraform-core team
76f3021 Go Modules metadata files
b17b7a2 Add MPL 2.0 license text
4edcd64 tfconfig: Test for handling of a block with its brace on the next line
7f7a88d Fix CLI program name typo in README.md
69330b0 do not throw an error if no tf files are found (hashicorp#4)
2c7d88f Adding IsModuleDir function (hashicorp#3)
b77d641 Merge pull request hashicorp#2 from hashicorp/kristin/f-hcl2
b39f13b the output of ioutil.ReadDir is sorted, making sort unnecessary
ad530ae adding a few more examples to the test
0e84af6 Feature: support _override.tf files
6a68f12 Looser parsing of variable type specifications
efae1c2 README
0099925 A little CLI utility that wraps the library
ada2587 Test cases for invalid types and type conversions respectively
c1134b1 Legacy HCL parser as a fallback for new HCL parser
03706e9 Decoding of module call blocks
d524a9c Extract provider requirements from "provider" blocks
257584a Decode "data" blocks
2f0def7 Correct parsing of "resource" blocks
84ca238 Test for variable type hints
47ecddf Include diagnostics in the returned Module object
2fd7097 Sufficient decoding logic to support a basic test case
49a1005 Initial import