Skip to content

Commit

Permalink
fix: allow multiple variable validation blocks (hashicorp#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored Aug 4, 2021
1 parent 3ccf35e commit 99d310a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/hashicorp/terraform-exec v0.14.0
github.com/hashicorp/terraform-json v0.12.0
github.com/hashicorp/terraform-registry-address v0.0.0-20210412075316-9b2996cce896
github.com/hashicorp/terraform-schema v0.0.0-20210803160819-188460bcdf1a
github.com/hashicorp/terraform-schema v0.0.0-20210804102346-b9355678f0bc
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/mh-cbon/go-fmt-fail v0.0.0-20160815164508-67765b3fbcb5
github.com/mitchellh/cli v1.1.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ github.com/hashicorp/terraform-json v0.12.0 h1:8czPgEEWWPROStjkWPUnTQDXmpmZPlkQA
github.com/hashicorp/terraform-json v0.12.0/go.mod h1:pmbq9o4EuL43db5+0ogX10Yofv1nozM+wskr/bGFJpI=
github.com/hashicorp/terraform-registry-address v0.0.0-20210412075316-9b2996cce896 h1:1FGtlkJw87UsTMg5s8jrekrHmUPUJaMcu6ELiVhQrNw=
github.com/hashicorp/terraform-registry-address v0.0.0-20210412075316-9b2996cce896/go.mod h1:bzBPnUIkI0RxauU8Dqo+2KrZZ28Cf48s8V6IHt3p4co=
github.com/hashicorp/terraform-schema v0.0.0-20210803160819-188460bcdf1a h1:9z7D9KMRQx4y3QKaLXp1Tgxwzv2Peb+W7kpvbMUWyyk=
github.com/hashicorp/terraform-schema v0.0.0-20210803160819-188460bcdf1a/go.mod h1:DQlApA/LMCryWyRZS3hBUVYuD7OajGdntM5CCnlzSE0=
github.com/hashicorp/terraform-schema v0.0.0-20210804102346-b9355678f0bc h1:PhXv2QcHBdaDDpMDhQcjjFOp//jS3sb0/SdE7L0ae5s=
github.com/hashicorp/terraform-schema v0.0.0-20210804102346-b9355678f0bc/go.mod h1:DQlApA/LMCryWyRZS3hBUVYuD7OajGdntM5CCnlzSE0=
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 h1:HKLsbzeOsfXmKNpr3GiT18XAblV0BjCbzL8KQAMZGa0=
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734/go.mod h1:kNDNcF7sN4DocDLBkQYz73HGKwN1ANB1blq4lIYLYvg=
github.com/huandu/xstrings v1.3.2 h1:L18LIDzqlW6xN2rEkpdV8+oL/IXWJ1APd+vsdYy4Wdw=
Expand Down

0 comments on commit 99d310a

Please sign in to comment.