-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #446 from wata727/bump_provider
Bump terraform-provider-aws from v2.27.0 to v2.28.1
- Loading branch information
Showing
3 changed files
with
85 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.