Skip to content

Commit a26111f

Browse files
committed
Add support for configuration_aliases
Signed-off-by: Adam Johnson <adamjohnson01@gmail.com>
1 parent 1dbebaf commit a26111f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/spf13/pflag v1.0.5
1313
github.com/stretchr/testify v1.7.0
1414
github.com/terraform-docs/plugin-sdk v0.2.1-0.20210414225119-514f684220b7
15-
github.com/terraform-docs/terraform-config-inspect v0.0.0-20210126151735-6ef25af8884f
15+
github.com/terraform-docs/terraform-config-inspect v0.0.0-20210318143659-b932ca5358a6
1616
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
1717
honnef.co/go/tools v0.1.2
1818
mvdan.cc/xurls/v2 v2.2.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
223223
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
224224
github.com/terraform-docs/plugin-sdk v0.2.1-0.20210414225119-514f684220b7 h1:lk07nhTl6Mz3cVP12DNN9j3/QOd4FySlv1oU6UbND+A=
225225
github.com/terraform-docs/plugin-sdk v0.2.1-0.20210414225119-514f684220b7/go.mod h1:3G+0nZTeaMF1c5CZh8cOEYeNq0kUL6+DlQOVcxK7eCQ=
226-
github.com/terraform-docs/terraform-config-inspect v0.0.0-20210126151735-6ef25af8884f h1:WXgHENMC8JOyj6aRpOlnAnJkZ3ZAkPBOhqYrJ5GOhDE=
227-
github.com/terraform-docs/terraform-config-inspect v0.0.0-20210126151735-6ef25af8884f/go.mod h1:GtanFwTsRRXScYHOMb5h4K18XQBFeS2tXat9/LrPtPc=
226+
github.com/terraform-docs/terraform-config-inspect v0.0.0-20210318143659-b932ca5358a6 h1:chOGKLaX5wNawU8rcF6HFJL+N5uU1Km8SiUQ/Ggwu2I=
227+
github.com/terraform-docs/terraform-config-inspect v0.0.0-20210318143659-b932ca5358a6/go.mod h1:GtanFwTsRRXScYHOMb5h4K18XQBFeS2tXat9/LrPtPc=
228228
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
229229
github.com/vmihailenco/msgpack v3.3.3+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk=
230230
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=

0 commit comments

Comments
 (0)