Skip to content

Commit 5d08395

Browse files
authored
Bump tflint-plugin-sdk to v0.14.0 (#38)
1 parent bf47a07 commit 5d08395

12 files changed

+21
-21
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/hashicorp/go-version v1.6.0
1010
github.com/hashicorp/hcl/v2 v2.14.1
1111
github.com/hashicorp/terraform-registry-address v0.0.0-20220623143253-7d51757b572c
12-
github.com/terraform-linters/tflint-plugin-sdk v0.13.0
12+
github.com/terraform-linters/tflint-plugin-sdk v0.14.0
1313
github.com/zclconf/go-cty v1.11.0
1414
)
1515

@@ -26,7 +26,7 @@ require (
2626
github.com/golang/protobuf v1.5.2 // indirect
2727
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
2828
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
29-
github.com/hashicorp/go-hclog v1.3.0 // indirect
29+
github.com/hashicorp/go-hclog v1.3.1 // indirect
3030
github.com/hashicorp/go-plugin v1.4.5 // indirect
3131
github.com/hashicorp/go-safetemp v1.0.0 // indirect
3232
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 // indirect
@@ -54,7 +54,7 @@ require (
5454
google.golang.org/api v0.29.0 // indirect
5555
google.golang.org/appengine v1.6.5 // indirect
5656
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
57-
google.golang.org/grpc v1.49.0 // indirect
57+
google.golang.org/grpc v1.50.1 // indirect
5858
google.golang.org/protobuf v1.28.1 // indirect
5959
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
6060
)

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9n
113113
github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=
114114
github.com/hashicorp/go-getter v1.6.2 h1:7jX7xcB+uVCliddZgeKyNxv0xoT7qL5KDtH7rU4IqIk=
115115
github.com/hashicorp/go-getter v1.6.2/go.mod h1:IZCrswsZPeWv9IkVnLElzRU/gz/QPi6pZHn4tv6vbwA=
116-
github.com/hashicorp/go-hclog v1.3.0 h1:G0ACM8Z2WilWgPv3Vdzwm3V0BQu/kSmrkVtpe1fy9do=
117-
github.com/hashicorp/go-hclog v1.3.0/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M=
116+
github.com/hashicorp/go-hclog v1.3.1 h1:vDwF1DFNZhntP4DAjuTpOw3uEgMUpXh1pB5fW9DqHpo=
117+
github.com/hashicorp/go-hclog v1.3.1/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M=
118118
github.com/hashicorp/go-plugin v1.4.5 h1:oTE/oQR4eghggRg8VY7PAz3dr++VwDNBGCcOfIvHpBo=
119119
github.com/hashicorp/go-plugin v1.4.5/go.mod h1:viDMjcLJuDui6pXb8U4HVfb8AamCWhHGUjr2IrTF67s=
120120
github.com/hashicorp/go-safetemp v1.0.0 h1:2HR189eFNrjHQyENnQMMpCiBAsRxzbTMIgBhEyExpmo=
@@ -177,8 +177,8 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf
177177
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
178178
github.com/stretchr/testify v1.7.2 h1:4jaiDzPyXQvSd7D0EjG45355tLlV3VOECpq10pLC+8s=
179179
github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals=
180-
github.com/terraform-linters/tflint-plugin-sdk v0.13.0 h1:aGRUMlN+m1dAGZ7vLPRrC71Esl8GMxC71Fce/RRv3i4=
181-
github.com/terraform-linters/tflint-plugin-sdk v0.13.0/go.mod h1:BWxrWRnzU+wQddNnsY4HGDEVBNLhVzQZZU8tCoRYxVI=
180+
github.com/terraform-linters/tflint-plugin-sdk v0.14.0 h1:OxrOQGYzcaGdStGid0Uk8MPLL/rAsINPBj/YZRU2jCw=
181+
github.com/terraform-linters/tflint-plugin-sdk v0.14.0/go.mod h1:XTwUT3Pj5Vp2Q+XkdNeNXg51MYGU/0X3ZxAxPOzHntg=
182182
github.com/ulikunitz/xz v0.5.8 h1:ERv8V6GKqVi23rgu5cj9pVfVzJbOqAY2Ntl88O6c2nQ=
183183
github.com/ulikunitz/xz v0.5.8/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
184184
github.com/vmihailenco/msgpack v3.3.3+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk=
@@ -388,8 +388,8 @@ google.golang.org/grpc v1.26.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8
388388
google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk=
389389
google.golang.org/grpc v1.27.1/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk=
390390
google.golang.org/grpc v1.28.0/go.mod h1:rpkK4SK4GF4Ach/+MFLZUBavHOvF2JJB5uozKKal+60=
391-
google.golang.org/grpc v1.49.0 h1:WTLtQzmQori5FUH25Pq4WT22oCsv8USpQ+F6rqtsmxw=
392-
google.golang.org/grpc v1.49.0/go.mod h1:ZgQEeidpAuNRZ8iRrlBKXZQP1ghovWIVhdJRyCDK+GI=
391+
google.golang.org/grpc v1.50.1 h1:DS/BukOZWp8s6p4Dt/tOaJaTQyPyOoCcrjroHuCeLzY=
392+
google.golang.org/grpc v1.50.1/go.mod h1:ZgQEeidpAuNRZ8iRrlBKXZQP1ghovWIVhdJRyCDK+GI=
393393
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
394394
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
395395
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=

rules/terraform_documented_outputs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func (r *TerraformDocumentedOutputsRule) Check(runner tflint.Runner) error {
6060
},
6161
},
6262
},
63-
}, &tflint.GetModuleContentOption{IncludeNotCreated: true})
63+
}, &tflint.GetModuleContentOption{ExpandMode: tflint.ExpandModeNone})
6464
if err != nil {
6565
return err
6666
}

rules/terraform_documented_variables.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func (r *TerraformDocumentedVariablesRule) Check(runner tflint.Runner) error {
6060
},
6161
},
6262
},
63-
}, &tflint.GetModuleContentOption{IncludeNotCreated: true})
63+
}, &tflint.GetModuleContentOption{ExpandMode: tflint.ExpandModeNone})
6464
if err != nil {
6565
return err
6666
}

rules/terraform_naming_convention.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ func (r *TerraformNamingConventionRule) Check(rr tflint.Runner) error {
129129
Body: &hclext.BodySchema{},
130130
},
131131
},
132-
}, &tflint.GetModuleContentOption{IncludeNotCreated: true})
132+
}, &tflint.GetModuleContentOption{ExpandMode: tflint.ExpandModeNone})
133133
if err != nil {
134134
return err
135135
}

rules/terraform_required_providers.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func (r *TerraformRequiredProvidersRule) Check(rr tflint.Runner) error {
6767
},
6868
},
6969
},
70-
}, &tflint.GetModuleContentOption{IncludeNotCreated: true})
70+
}, &tflint.GetModuleContentOption{ExpandMode: tflint.ExpandModeNone})
7171
if err != nil {
7272
return err
7373
}
@@ -110,7 +110,7 @@ func (r *TerraformRequiredProvidersRule) Check(rr tflint.Runner) error {
110110
},
111111
},
112112
},
113-
}, &tflint.GetModuleContentOption{IncludeNotCreated: true})
113+
}, &tflint.GetModuleContentOption{ExpandMode: tflint.ExpandModeNone})
114114
if err != nil {
115115
return err
116116
}

rules/terraform_required_version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func (r *TerraformRequiredVersionRule) Check(runner tflint.Runner) error {
6666
},
6767
},
6868
},
69-
}, &tflint.GetModuleContentOption{IncludeNotCreated: true})
69+
}, &tflint.GetModuleContentOption{ExpandMode: tflint.ExpandModeNone})
7070
if err != nil {
7171
return err
7272
}

rules/terraform_standard_module_structure.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func (r *TerraformStandardModuleStructureRule) Check(runner tflint.Runner) error
7979
Body: &hclext.BodySchema{},
8080
},
8181
},
82-
}, &tflint.GetModuleContentOption{IncludeNotCreated: true})
82+
}, &tflint.GetModuleContentOption{ExpandMode: tflint.ExpandModeNone})
8383
if err != nil {
8484
return err
8585
}

rules/terraform_typed_variables.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func (r *TerraformTypedVariablesRule) Check(runner tflint.Runner) error {
5959
},
6060
},
6161
},
62-
}, &tflint.GetModuleContentOption{IncludeNotCreated: true})
62+
}, &tflint.GetModuleContentOption{ExpandMode: tflint.ExpandModeNone})
6363
if err != nil {
6464
return err
6565
}

rules/terraform_unused_declarations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ func (r *TerraformUnusedDeclarationsRule) declarations(runner *terraform.Runner)
124124
Body: &hclext.BodySchema{},
125125
},
126126
},
127-
}, &tflint.GetModuleContentOption{IncludeNotCreated: true})
127+
}, &tflint.GetModuleContentOption{ExpandMode: tflint.ExpandModeNone})
128128
if err != nil {
129129
return decl, err
130130
}

0 commit comments

Comments
 (0)