terraform/remote
Jakub Janczak bcfb8df116 remote/s3: removing code that is serving versioning puproses which is not the case for s3 for the moment 2015-02-06 00:02:04 +01:00
..
README.md remote/s3: s3 remote state storage support 2015-02-05 09:56:04 +01:00
atlas.go remote: respect ATLAS_TOKEN 2014-12-10 13:27:12 -08:00
atlas_test.go remote: respect ATLAS_TOKEN 2014-12-10 13:27:12 -08:00
client.go remote/s3: s3 remote state storage support 2015-02-05 09:56:04 +01:00
client_test.go remote: Cleanup the tests from refactor 2014-12-10 13:27:10 -08:00
consul.go Switch to github.com/hashicorp/consul/api 2015-01-06 17:11:29 -08:00
consul_test.go Switch to github.com/hashicorp/consul/api 2015-01-06 17:11:29 -08:00
http.go remote: Standardize config names 2014-12-10 13:27:10 -08:00
http_test.go remote: Standardize config names 2014-12-10 13:27:10 -08:00
remote.go remote: Expose delete state 2014-12-10 13:27:10 -08:00
remote_test.go remote: Standardize config names 2014-12-10 13:27:10 -08:00
s3.go remote/s3: removing code that is serving versioning puproses which is not the case for s3 for the moment 2015-02-06 00:02:04 +01:00
s3_test.go remote/s3: s3 remote state storage support 2015-02-05 09:56:04 +01:00

README.md

How to test

S3 remote state storage

To run S3 integration tests you need following env variables to be set:

  • AWS_ACCESS_KEY
  • AWS_SECRET_KEY
  • AWS_DEFAULT_REGION
  • TERRAFORM_STATE_BUCKET

Additionally specified bucket should exist in the defined region and should be accessible using specified credentials.