Skip to content

Commit

Permalink
Merge pull request #446 from wata727/bump_provider
Browse files Browse the repository at this point in the history
Bump terraform-provider-aws from v2.27.0 to v2.28.1
  • Loading branch information
wata727 authored Sep 18, 2019
2 parents 19abeaf + 50a9e03 commit ecb4ddb
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 21 deletions.
4 changes: 2 additions & 2 deletions docs/guides/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Some inspections implicitly assume the behavior of a specific version of provider plugins or Terraform. This always assumes the latest version and is as follows:

- Terraform v0.12.8
- AWS Provider v2.27.0
- Terraform v0.12.9
- AWS Provider v2.28.1

Of course, TFLint may work correctly if you run it on other versions. But, false positives/negatives can occur based on this assumption.

Expand Down
11 changes: 8 additions & 3 deletions tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
module github.com/wata727/tflint/tools

go 1.13
go 1.12

require (
github.com/hashicorp/hcl2 v0.0.0-20190821123243-0c888d1241f6
github.com/hashicorp/terraform v0.12.8
github.com/hashicorp/terraform v0.12.9
github.com/kr/pty v1.1.3 // indirect
github.com/serenize/snaker v0.0.0-20171204205717-a683aaf2d516
github.com/terraform-providers/terraform-provider-aws v2.27.0+incompatible
github.com/terraform-providers/terraform-provider-aws v2.28.1+incompatible
gopkg.in/inf.v0 v0.9.1 // indirect
)

// Override since git.apache.org is down
replace git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20180902110319-2566ecd5d999
Loading

0 comments on commit ecb4ddb

Please sign in to comment.