Skip to content

Commit

Permalink
Upgrade terraform dependency to 0.11.5
Browse files Browse the repository at this point in the history
With this new terraform version, the resource provider for AWS
is in the terraform-provider-aws Github project (so
github.com/terraform-providers/terraform-provider-aws is added
as a dependency, too).
  • Loading branch information
jckuester committed Apr 4, 2018
1 parent 722b6a2 commit f279e10
Show file tree
Hide file tree
Showing 1,259 changed files with 394,945 additions and 35,511 deletions.
184 changes: 163 additions & 21 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@

[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.12.70"
version = "1.13.26"

[[constraint]]
name = "github.com/hashicorp/terraform"
version = "0.9.11"
version = "0.11.5"

[[constraint]]
branch = "master"
Expand All @@ -52,3 +52,7 @@
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.1"

[[constraint]]
name = "github.com/terraform-providers/terraform-provider-aws"
version = "1.10.0"
2 changes: 1 addition & 1 deletion command/wrapped_main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ import (
"github.com/aws/aws-sdk-go/service/s3"
"github.com/aws/aws-sdk-go/service/sts"
"github.com/cloudetc/awsweeper/resource"
"github.com/hashicorp/terraform/builtin/providers/aws"
"github.com/hashicorp/terraform/config"
"github.com/hashicorp/terraform/terraform"
"github.com/mitchellh/cli"
"github.com/terraform-providers/terraform-provider-aws/aws"
)

func WrappedMain() int {
Expand Down
Loading

0 comments on commit f279e10

Please sign in to comment.