Skip to content

Commit

Permalink
Update aws-sdk-go to v1.13.28 and terraform-provider-aws to v1.15.0
Browse files Browse the repository at this point in the history
- Syncs version of aws-sdk-go to the same version inside
  terraform-provider-aws
- Pulls in new credential code that allows role_arn to be controlled via
  AWS_PROFILE environment variable (See
  hashicorp/terraform-provider-aws#1184)
  • Loading branch information
twang-rs committed Apr 18, 2018
1 parent 8d3bcd4 commit 5b8246c
Show file tree
Hide file tree
Showing 357 changed files with 81,739 additions and 14,939 deletions.
2 changes: 1 addition & 1 deletion command/format/plan_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ func TestPlanStats(t *testing.T) {
},
},
PlanStats{
// data resource refreshes are not counted in our stats
// data resource refreshes are not counted in our stats
},
},
"replace": {
Expand Down
4 changes: 2 additions & 2 deletions terraform/interpolate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,8 @@ func TestInterpolater_resourceVariableMissingDuringInput(t *testing.T) {
&ModuleState{
Path: rootModulePath,
Resources: map[string]*ResourceState{
// No resources at all yet, because we're still dealing
// with input and so the resources haven't been created.
// No resources at all yet, because we're still dealing
// with input and so the resources haven't been created.
},
},
},
Expand Down
3,102 changes: 3,102 additions & 0 deletions vendor/github.com/aws/aws-sdk-go/CHANGELOG.md

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions vendor/github.com/aws/aws-sdk-go/CHANGELOG_PENDING.md

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

4 changes: 4 additions & 0 deletions vendor/github.com/aws/aws-sdk-go/CODE_OF_CONDUCT.md

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

127 changes: 127 additions & 0 deletions vendor/github.com/aws/aws-sdk-go/CONTRIBUTING.md

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

20 changes: 20 additions & 0 deletions vendor/github.com/aws/aws-sdk-go/Gopkg.lock

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

48 changes: 48 additions & 0 deletions vendor/github.com/aws/aws-sdk-go/Gopkg.toml

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

Loading

0 comments on commit 5b8246c

Please sign in to comment.