hashicorp / terraform-provider-terraform

Terraform terraform provider
https://www.terraform.io/docs/providers/terraform/
Mozilla Public License 2.0
23 stars 22 forks source link

vendor: github.com/hashicorp/terraform/...@v0.10.0 #6

Closed radeksimko closed 6 years ago

radeksimko commented 6 years ago

This one was a bit tricker because transitive dependencies from the AWS provider, specifically AWS SDK were not updated for some reason, so I had to do it manually. 😑

govendor fetch github.com/hashicorp/terraform/...@v0.10.0
govendor fetch github.com/terraform-providers/terraform-provider-aws/...@v0.1.4
govendor fetch github.com/aws/aws-sdk-go/...@v1.10.18