Skip to content

Commit 2b51ea9

Browse files
authored
Bump tflint-plugin-sdk to v0.12.0 (#369)
1 parent 6261a3a commit 2b51ea9

File tree

10 files changed

+74
-99
lines changed

10 files changed

+74
-99
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest, windows-latest]
20-
version: [v0.35.0, latest]
20+
version: [v0.40.0, latest]
2121
env:
2222
TFLINT_VERSION: ${{ matrix.version }}
2323
steps:

go.mod

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/agext/levenshtein v1.2.2 // indirect
77
github.com/aws/aws-sdk-go v1.44.92
88
github.com/dave/dst v0.27.0
9-
github.com/fatih/color v1.9.0 // indirect
9+
github.com/fatih/color v1.13.0 // indirect
1010
github.com/golang/mock v1.6.0
1111
github.com/google/go-cmp v0.5.8
1212
github.com/hashicorp/aws-sdk-go-base v1.1.0
@@ -16,37 +16,36 @@ require (
1616
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
1717
github.com/kr/text v0.2.0 // indirect
1818
github.com/kylelemons/godebug v1.1.0 // indirect
19-
github.com/mattn/go-colorable v0.1.7 // indirect
19+
github.com/mattn/go-colorable v0.1.12 // indirect
2020
github.com/mitchellh/go-homedir v1.1.0
2121
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
2222
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
23-
github.com/terraform-linters/tflint-plugin-sdk v0.11.0
23+
github.com/terraform-linters/tflint-plugin-sdk v0.12.0
2424
github.com/zclconf/go-cty v1.11.0
2525
google.golang.org/appengine v1.6.6 // indirect
2626
google.golang.org/genproto v0.0.0-20200711021454-869866162049 // indirect
27-
google.golang.org/grpc v1.46.0 // indirect
28-
google.golang.org/protobuf v1.28.0 // indirect
27+
google.golang.org/grpc v1.49.0 // indirect
28+
google.golang.org/protobuf v1.28.1 // indirect
2929
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
3030
gopkg.in/yaml.v2 v2.4.0 // indirect
3131
)
3232

33-
require golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
33+
require golang.org/x/net v0.0.0-20220722155237-a158d28d115b
3434

3535
require (
3636
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
3737
github.com/golang/protobuf v1.5.2 // indirect
3838
github.com/hashicorp/errwrap v1.0.0 // indirect
39-
github.com/hashicorp/go-hclog v1.2.0 // indirect
40-
github.com/hashicorp/go-plugin v1.4.3 // indirect
39+
github.com/hashicorp/go-hclog v1.3.0 // indirect
40+
github.com/hashicorp/go-plugin v1.4.5 // indirect
4141
github.com/jmespath/go-jmespath v0.4.0 // indirect
4242
github.com/kr/pretty v0.2.1 // indirect
43-
github.com/mattn/go-isatty v0.0.12 // indirect
43+
github.com/mattn/go-isatty v0.0.14 // indirect
4444
github.com/oklog/run v1.0.0 // indirect
4545
github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
4646
github.com/vmihailenco/tagparser v0.1.1 // indirect
47-
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
48-
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
47+
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
48+
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
4949
golang.org/x/text v0.3.7 // indirect
50-
golang.org/x/tools v0.1.10 // indirect
51-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
50+
golang.org/x/tools v0.1.12 // indirect
5251
)

go.sum

Lines changed: 33 additions & 85 deletions
Large diffs are not rendered by default.

integration/basic/.tflint.hcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
plugin "terraform" {
2+
enabled = false
3+
}
4+
15
plugin "aws" {
26
enabled = true
37
}

integration/cty-based-eval/.tflint.hcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
plugin "terraform" {
2+
enabled = false
3+
}
4+
15
plugin "aws" {
26
enabled = true
37
}

integration/deep-checking-rule-config/.tflint.hcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
plugin "terraform" {
2+
enabled = false
3+
}
4+
15
plugin "aws" {
26
enabled = true
37
}

integration/disabled-rules/.tflint.hcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
plugin "terraform" {
2+
enabled = false
3+
}
4+
15
plugin "aws" {
26
enabled = true
37
}

integration/heredoc/.tflint.hcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
plugin "terraform" {
2+
enabled = false
3+
}
4+
15
plugin "aws" {
26
enabled = true
37
}

integration/map-attribute/.tflint.hcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
plugin "terraform" {
2+
enabled = false
3+
}
4+
15
plugin "aws" {
26
enabled = true
37
}

integration/rule-config/.tflint.hcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
plugin "terraform" {
2+
enabled = false
3+
}
4+
15
plugin "aws" {
26
enabled = true
37
}

0 commit comments

Comments
 (0)