ajayk
fd8aca539e
update to aws-sdk-go-v1.20.19
2019-07-11 17:52:31 -07:00
ajayk
659e364d65
deps: github.com/aws/aws-sdk-go@v1.20.10
2019-06-26 20:11:49 -07:00
Brian Flad
d780cd0f1b
deps: github.com/aws/aws-sdk-go@v1.20.4
...
Relevant changes:
* backend/s3: Support for chaining assume IAM role from AWS shared configuration files
* backend/s3: Fix AWS shared configuration file credential source not assuming a role with environment and ECS credentials
References:
* https://github.com/aws/aws-sdk-go/releases/tag/v1.20.0
* https://github.com/aws/aws-sdk-go/pull/2579
* https://github.com/aws/aws-sdk-go/issues/2385
Updated via:
```console
$ go get github.com/aws/aws-sdk-go@v1.20.4
$ go mod tidy
$ go mod vendor
```
2019-06-20 00:04:44 -04:00
Brian Flad
f1d7196d10
deps: github.com/aws/aws-sdk-go@v1.19.18
...
Enables automatic validation for the new `ap-east-1` region. See also: https://github.com/terraform-providers/terraform-provider-aws/pull/8440#pullrequestreview-230896877
Updated via:
```console
$ go get github.com/aws/aws-sdk-go@v1.19.18
$ go mod tidy
$ go mod vendor
```
2019-04-25 18:01:11 -04:00
Brian Flad
1aaac172b0
backend/s3: Switch from github.com/terraform-providers/terraform-provider-aws to github.com/hashicorp/aws-sdk-go-base
...
Output from acceptance testing (no new failures):
```
--- PASS: TestBackend_impl (0.00s)
--- PASS: TestBackendConfig (0.37s)
--- PASS: TestBackendConfig_invalidKey (0.00s)
--- PASS: TestBackend (3.26s)
--- PASS: TestBackendLocked (6.80s)
--- FAIL: TestBackendExtraPaths (2.32s)
--- PASS: TestBackendPrefixInWorkspace (2.06s)
--- PASS: TestKeyEnv (8.20s)
--- PASS: TestRemoteClient_impl (0.00s)
--- PASS: TestRemoteClient (2.42s)
--- PASS: TestRemoteClientLocks (6.33s)
--- PASS: TestForceUnlock (13.31s)
--- PASS: TestRemoteClient_clientMD5 (11.75s)
--- PASS: TestRemoteClient_stateChecksum (10.07s)
```
2019-02-18 02:30:30 -05:00
Radek Simko
a486cd838e
vendor: github.com/terraform-providers/terraform-provider-aws@v1.58.0
2019-02-12 16:32:22 +00:00
Brian Flad
2979c42c68
deps: github.com/aws/aws-sdk-go@v1.16.4 and github.com/terraform-providers/terraform-provider-aws@v1.52.0
...
Notable changes:
* backend/s3: Automatic validation of `eu-north-1` region
* backend/s3: Support for `credential_process` handling in AWS configuration file
Updated via:
```
go get github.com/aws/aws-sdk-go@v1.16.4
go get github.com/terraform-providers/terraform-provider-aws@v1.52.0
go mod tidy
go mod vendor
```
2018-12-13 20:30:43 -05:00
Brian Flad
2c59de064b
deps: terraform-providers/terraform-provider-aws@v1.41.0 and aws/aws-sdk-go@v1.15.55
...
Provides the ability for the S3 backend to read `credential_source` via AWS configuration file.
2018-10-24 21:14:30 -07:00
Martin Atkins
fd77765154
vendor: make some transitive dependencies line up better
...
After a bunch of recent changes/rebasing our vendored dependencies got a
little out of sync w.r.t transitive dependencies through codebases that
are not themselves Go Modules yet.
2018-10-16 19:14:54 -07:00
Martin Atkins
1bb79696c6
vendor: update to latest github.com/zclconf/go-cty
...
This includes a bugfix to the cty/msgpack package to ensure correct
decoding of unknown and null values.
This also includes updates to cty's dependencies.
2018-10-16 19:14:11 -07:00
Brian Flad
bbeabcc055
vendor: terraform-providers/terraform-provider-aws@v1.29.0 and aws/aws-sdk-go@v1.14.31
2018-07-30 18:07:29 -04:00
Anthony Stanton
ab6d52a9f8
Bump terraform-provider-aws and aws-sdk-go
2018-04-20 09:47:00 +02:00
Brian Flad
8ee936a068
Deps: Bump terraform-provider-aws@v1.10.0 and aws-sdk-go@v1.12.75
2018-02-24 19:52:10 -08:00
Brian Flad
74598ff9fe
deps: Bump terraform-provider-aws@v1.9.0 and aws-sdk-go@v1.12.73
2018-02-13 06:26:02 -05:00
Brian Flad
b924e8cba5
deps: Bump terraform-provider-aws@v1.8.0 and aws-sdk-go@v1.12.70
2018-02-05 20:06:50 -05:00
Brian Flad
8743edc4c9
deps: Bump AWS provider to support cn-northwest-1 state
2018-01-27 03:53:29 -05:00
James Nugent
0a9608c900
deps: Bump AWS provider to add eu-west-3 for state
...
Also updates github.com/aws/aws-sdk-go and adds github.com/beevik/etree.
Fixes terraform-providers/terraform-provider-aws#3129 .
2018-01-25 11:52:20 +00:00
Gauthier Wallet
474c592569
backend/s3: allow named credentials profiles to be used
...
Here we upgrade the AWS Go SDK to 1.12.27 and AWS provider to include terraform-providers/terraform-provider-aws#1608 .
This includes the capability to use named credentials profiles from the `~/.aws/credentials` file to authenticate to the backend.
2017-12-12 15:27:05 -08:00
Jake Champlin
5d4931cb2e
Update AWS SDK to match AWS provider dep
2017-09-05 09:21:07 -04:00
James Bardin
b37af119e5
govendor remove +unused
...
let govendor remove everything it thinks is no longer required
2017-06-12 13:43:53 -04:00
Paul Stack
7823ed8eb8
provider/aws: Bump AWS SDK to 1.8.34 ( #15072 )
2017-06-05 13:39:43 +03:00
Jake Champlin
baa6859bfe
provider/aws: bump sdk version
2017-05-18 08:25:22 -04:00
Jake Champlin
d05fc51aa0
provider/aws: Handle LimitExceededException for subscriber limits
...
- Updates aws-sdk-go/request for retryer fix
- Fixes dynamoDB exception handling to catch subscriber limit error
When the `aws-sdk-go` dep releases the next release, we can tag the vendor with the new
release version, and merge this. Until then, soft-updated the vendor solely for the `request` package to post fix.
DynamoDB Fix:
```
aws_dynamodb_table.bar: Creating...
arn: "" => "<computed>"
attribute.#: "" => "1"
attribute.4228504427.name: "" => "id"
attribute.4228504427.type: "" => "S"
hash_key: "" => "id"
name: "" => "over-cap-test"
read_capacity: "" => "5"
stream_arn: "" => "<computed>"
stream_enabled: "" => "<computed>"
stream_view_type: "" => "<computed>"
write_capacity: "" => "5"
Error applying plan:
1 error(s) occurred:
* aws_dynamodb_table.bar: 1 error(s) occurred:
* aws_dynamodb_table.bar: AWS Error creating DynamoDB table: LimitExceededException: Subscriber limit exceeded: There is a limit of 256 tables per subscriber
status code: 400, request id: J2MC7MR060VKBPHP9P6JG5B6Q3VV4KQNSO5AEMVJF66Q9ASUAAJG
```
2017-05-17 08:59:47 -04:00
stack72
c9ef9942c6
provider/aws: Bump vendor package to 1.8.21
2017-05-11 15:14:43 +03:00
Daniel Schmidt
742da65144
provider/aws: add devicefarm sdk
2017-05-09 09:35:41 +02:00
Gareth Oakley
e4c732b34c
Add support for IAMDatabaseAuthenticationEnabled
2017-04-29 20:32:21 +01:00
Paul Stack
fa9fc4bfac
provider/aws: Bump AWS SDK to 1.8.16 ( #13953 )
2017-04-27 02:24:20 +12:00
Paul Stack
f5df4422ae
provider/aws: Bump AWS SDK to 1.8.13 ( #13775 )
2017-04-19 20:55:37 +03:00
Gauthier Wallet
3c6287cf3c
Vendored AWS CognitoIdentity Service ( #13771 )
2017-04-19 20:22:36 +03:00
Yusuke Goto
00dca72bde
add wafregional dependencies ( #13687 )
2017-04-16 11:31:39 +01:00
Paul Stack
f2a2c28163
provider/aws: Bump SDK to 1.8.10 ( #13459 )
2017-04-07 17:26:16 +03:00
Paul Stack
98623ecaed
provider/aws: Bump SDK version to 1.8.8 ( #13354 )
2017-04-05 08:45:27 +01:00
Clint
9b2292d5ee
provider/aws: Bump aws/sdk to 1.7.9. Fixes at least 1 RDS bug ( #12680 )
2017-03-14 10:13:44 -05:00
Paul Stack
79736577ba
provider/aws: Bump SDK to 1.7.7 ( #12591 )
...
Required for ACM and API Gateway integration
2017-03-10 19:44:21 +02:00
Paul Stack
0491638343
provider/aws: Bump SDK to 1.7.5 ( #12535 )
2017-03-08 21:15:05 +02:00
Paul Stack
d10ec314bf
provider/aws: Bump AWS SDK to 1.7.3 ( #12325 )
...
This allows the creation of Organisations
2017-03-03 20:48:24 +02:00
Erik Jansson
62aa2c583a
provider/aws: New resource codepipeline ( #11814 )
...
* provider/aws: New resource codepipeline
* Vendor aws/codepipeline
* Add tests
* Add docs
* Bump codepipeline to v1.6.25
* Adjustments based on feedback
* Force new resource on ID change
* Improve tests
* Switch update to read
Since we don't require a second pass, only do a read.
* Skip tests if GITHUB_TOKEN is not set
2017-02-22 19:31:24 +02:00
Paul Stack
8e41f57694
provider/aws: Bump SDK to 1.6.25 ( #12084 )
2017-02-20 19:20:36 +02:00
Paul Stack
cae76db1ba
provider/aws: Bump SDK version fo 1.6.22 ( #11968 )
...
Adds support for EBS Elastic Volumes
2017-02-15 16:49:14 +00:00
Gauthier Wallet
045bb1039f
Bumped AWS SDK to 1.6.20 ( #11846 )
2017-02-10 11:32:17 +00:00
Paul Stack
bfbd5ad4e6
provider/aws: Bump SDK version to 1.6.19 ( #11775 )
2017-02-08 13:02:41 +00:00
liamjbennett
281bbfc1cc
Vendor aws codebuild service
2017-02-02 16:13:51 +00:00
Jack Bruno
be56c7d2f6
provider/aws: Add AWS DMS (data migration service) resources ( #11122 )
...
* Add aws dms vendoring
* Add aws dms endpoint resource
* Add aws dms replication instance resource
* Add aws dms replication subnet group resource
* Add aws dms replication task resource
* Fix aws dms resource go vet errors
* Review fixes: Add id validators for all resources. Add validator for endpoint engine_name.
* Add aws dms resources to importability list
* Review fixes: Add aws dms iam role dependencies to test cases
* Review fixes: Adjustments for handling input values
* Add aws dms replication subnet group tagging
* Fix aws dms subnet group doesn't use standard error for resource not found
* Missed update of aws dms vendored version
* Add aws dms certificate resource
* Update aws dms resources to force new for immutable attributes
* Fix tests failing on subnet deletion by adding explicit dependencies. Combine import tests with basic tests to cut down runtime.
2017-02-02 10:30:05 +00:00
Paul Stack
5411e7d36b
provider/aws: Bump SDK version to 1.6.18 ( #11514 )
2017-01-30 14:18:29 +00:00
Radek Simko
083f8b29cc
vendor: Add github.com/aws/aws-sdk-go/service/configservice ( #11408 )
2017-01-25 19:50:26 +02:00
Paul Stack
4887844302
Bump AWS SDK to 1.6.14 ( #11316 )
2017-01-23 21:22:31 +00:00
James Bardin
a0b70b0ec7
Sync the vendor folder with the manifest
...
A number of PRs have come through which modified the vendor folder
without recording the proper information. This resets everything back to
the recorded version.
2017-01-19 14:10:52 -05:00
David Blooman
05c83a3ca1
provider/aws: Add Inspector Support ( #11217 )
...
* provider/aws: Add Inspector Support
* inscrease time to 1 hour
2017-01-17 17:30:46 +00:00
clint shryock
87bb691800
Revert "New provider arukas ( #10862 )"
...
This reverts commit 9176bd4861
.
This provider includes a dependency that at time of writing requires a
*nix system, and will not build on Windows.
2017-01-11 09:04:32 -06:00
Ninir
fe60b4e90a
Added aws-sdk-go SFN service ( #11109 )
2017-01-10 14:17:39 +00:00