terraform/backend/remote-state/s3
Brian Flad 9a3b02cd6c
backend/s3: Support DynamoDB, IAM, and STS endpoint configurations
This change enables a few related use cases:
* AWS has partitions outside Commercial, GovCloud (US), and China, which are the only endpoints automatically handled by the AWS Go SDK. DynamoDB locking and credential verification can not currently be enabled in those regions.
* Allows usage of any DynamoDB-compatible API for state locking
* Allows usage of any IAM/STS-compatible API for credential verification
2018-12-07 03:10:51 -05:00
..
backend.go backend/s3: Support DynamoDB, IAM, and STS endpoint configurations 2018-12-07 03:10:51 -05:00
backend_state.go terraform: Ugly huge change to weave in new State and Plan types 2018-10-16 19:11:09 -07:00
backend_test.go Updates after running `make fmt` with Go v1.11.1 2018-10-17 14:11:08 -07:00
client.go Standardize on log level "WARN" rather than "WARNING" 2018-01-16 18:05:26 -08:00
client_test.go backend/remote-state: Get all the backend tests building again 2018-10-16 19:14:11 -07:00