terraform/state/remote
Cameron Watters b4eb63d710 state/remote: New provider - manta
- add remote state provider backed by Joyent's Manta
- add documentation of Manta remote state provider
- explicitly check for passphrase-protected SSH keys, which are currently
  unsupported, and generate a more helpful error (borrowed from Packer's
  solution to the same problem):
  https://github.com/mitchellh/packer/blob/master/common/ssh/key.go#L27
2016-09-14 20:44:52 +01:00
..
artifactory.go
artifactory_test.go
atlas.go Don't retry the atlas requests with the wrong cert 2016-08-10 13:45:30 -04:00
atlas_test.go Ensure better state normalization 2016-08-12 11:09:50 -04:00
azure.go
azure_test.go
client_inmem.go
consul.go Support setting datacenter when using consul remote state (#8102) 2016-08-11 22:58:20 +12:00
consul_test.go
etcd.go
etcd_test.go
file.go
file_test.go
gcs.go
gcs_test.go
http.go
http_test.go
manta.go state/remote: New provider - manta 2016-09-14 20:44:52 +01:00
manta_test.go state/remote: New provider - manta 2016-09-14 20:44:52 +01:00
remote.go state/remote: New provider - manta 2016-09-14 20:44:52 +01:00
remote_test.go Add remote state init test 2016-07-07 16:24:38 -04:00
s3.go [GH-1275] Support for AWS access via IAMs AssumeRole functionality 2016-09-02 10:22:57 -07:00
s3_test.go
state.go Revert #7464 and allow an empty state 2016-07-07 16:19:58 -04:00
state_test.go
swift.go
swift_test.go