Skip to content

Commit f957fc1

Browse files
authored
Update schema and resource mapping for v3.9.0 (#126)
1 parent 90e4371 commit f957fc1

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/hashicorp/hcl/v2 v2.11.1
1616
github.com/hashicorp/terraform-exec v0.16.0
1717
github.com/magodo/textinput v0.0.0-20210913072708-7d24f2b4b0c0
18-
github.com/magodo/tfadd v0.7.0
18+
github.com/magodo/tfadd v0.8.0
1919
github.com/mitchellh/go-wordwrap v1.0.0
2020
github.com/muesli/reflow v0.3.0
2121
github.com/stretchr/testify v1.7.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ github.com/lucasb-eyer/go-colorful v1.2.0 h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69
194194
github.com/lucasb-eyer/go-colorful v1.2.0/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0=
195195
github.com/magodo/textinput v0.0.0-20210913072708-7d24f2b4b0c0 h1:aNtr4iNv/tex2t8W1u3scAoNHEnFlTKhNNHOpYStqbs=
196196
github.com/magodo/textinput v0.0.0-20210913072708-7d24f2b4b0c0/go.mod h1:MqYhNP+PC386Bjsx5piZe7T4vDm5QIPv8b1RU0prVnU=
197-
github.com/magodo/tfadd v0.7.0 h1:anDpChIU7o1NfIUl3suogCTgd9D9P2B4kEnlAxd6TnY=
198-
github.com/magodo/tfadd v0.7.0/go.mod h1:L9hHsjYpgdPlKFUEQEQcvZMSdakTsCHnMLmvaKxJblI=
197+
github.com/magodo/tfadd v0.8.0 h1:FwqXgrlOMxQDoWDm3CjUMiLpmIZr0OiYl20BnhYIyLs=
198+
github.com/magodo/tfadd v0.8.0/go.mod h1:L9hHsjYpgdPlKFUEQEQcvZMSdakTsCHnMLmvaKxJblI=
199199
github.com/magodo/tfstate v0.0.0-20220409052014-9b9568dda918 h1:yZ5ZEMSKZNCM7KpivKhDNNQEZYSDxg0Wyi5p0hQ8dVo=
200200
github.com/magodo/tfstate v0.0.0-20220409052014-9b9568dda918/go.mod h1:BW96zQS6A92qWVONOjviK73K0HlKdt5ufNBioGnOaEs=
201201
github.com/matryer/is v1.2.0/go.mod h1:2fLPjFQM9rhQ15aVEtbuwhJinnOqrmgXPNdZsdwlWXA=

mapping/mapping_gen.go

+7-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)