terraform/state/remote
Peter McAtominey 507efcb180 state/azure: support passing of lease ID when writing storage blob (#10115)
Also fixed tests failing auth caused by getStorageAccountAccessKey returning the
key name rather than the value

TF_ACC= go test ./state/remote -v -run=TestAz -timeout=10m -parallel=4
=== RUN   TestAzureClient_impl
--- PASS: TestAzureClient_impl (0.00s)
=== RUN   TestAzureClient
2016/11/18 13:57:34 [DEBUG] New state was assigned lineage "96037426-f95e-45c3-9183-6c39b49f590b"
2016/11/18 13:57:34 [TRACE] Preserving existing state lineage "96037426-f95e-45c3-9183-6c39b49f590b"
--- PASS: TestAzureClient (130.60s)
=== RUN   TestAzureClientEmptyLease
2016/11/18 13:59:44 [DEBUG] New state was assigned lineage "d9997445-1ebf-4b2c-b4df-15ae152f6417"
2016/11/18 13:59:44 [TRACE] Preserving existing state lineage "d9997445-1ebf-4b2c-b4df-15ae152f6417"
--- PASS: TestAzureClientEmptyLease (128.15s)
=== RUN   TestAzureClientLease
2016/11/18 14:01:55 [DEBUG] New state was assigned lineage "85912a12-2e0e-464c-9886-8add39ea3a87"
2016/11/18 14:01:55 [TRACE] Preserving existing state lineage "85912a12-2e0e-464c-9886-8add39ea3a87"
--- PASS: TestAzureClientLease (138.09s)
PASS
ok  	github.com/hashicorp/terraform/state/remote	397.111s
2016-11-18 17:26:25 +02:00
..
artifactory.go add artifactory remote state storage 2015-10-29 09:33:09 -04:00
artifactory_test.go add artifactory remote state storage 2015-10-29 09:33:09 -04:00
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 state/azure: support passing of lease ID when writing storage blob (#10115) 2016-11-18 17:26:25 +02:00
azure_test.go state/azure: support passing of lease ID when writing storage blob (#10115) 2016-11-18 17:26:25 +02:00
client_inmem.go state: a bunch of state stuff 2015-02-23 15:13:53 -08:00
consul.go Support setting datacenter when using consul remote state (#8102) 2016-08-11 22:58:20 +12:00
consul_test.go tests: allow opt-out of remote tests via env var 2016-01-21 15:44:18 -06:00
etcd.go Use cleanhttp for new http clients 2015-10-22 14:23:59 -04:00
etcd_test.go Etcd remote state backend 2015-10-18 23:24:55 +02:00
file.go state/remote: add undocumented file backend for remote state 2015-03-05 13:15:14 -08:00
file_test.go state/remote: add undocumented file backend for remote state 2015-03-05 13:15:14 -08:00
gcs.go remote state: Add GCS provider for remote state 2016-05-31 13:42:57 -05:00
gcs_test.go remote state: Add GCS provider for remote state 2016-05-31 13:42:57 -05:00
http.go Moving octet-stream to json for remote http backend 2016-03-07 18:39:41 -08:00
http_test.go Use cleanhttp for new http clients 2015-10-22 14:23:59 -04:00
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 provider/aws: Update source to comply with upstream breaking change 2015-07-28 15:29:46 -05:00
state.go Revert #7464 and allow an empty state 2016-07-07 16:19:58 -04:00
state_test.go state/remote: increment serial properly 2015-02-23 21:30:59 -08:00
swift.go state/remote/swift: Enhancements to support full set of Openstack configuration options, plus SSL certs. Documentation updated to support 2016-11-03 07:36:18 +00:00
swift_test.go fmt 2015-06-23 22:31:24 -07:00