Paul Hinze
97cb207fc5
Merge pull request #3333 from aybabtme/use-official-digitalocean-client
...
use official Go client for DigitalOcean provider
2015-10-16 09:11:04 -05:00
Radek Simko
dd81290f57
Merge pull request #3514 from TimeIncOSS/aws-docs-fixes
...
docs/aws: Fix a few nitpicks
2015-10-16 07:47:09 +02:00
Mitchell Hashimoto
263cc1b855
terraform: final failing test
2015-10-15 13:52:27 -07:00
Mitchell Hashimoto
344e7c26b5
fix a bunch of tests from go-getter import
2015-10-15 13:48:58 -07:00
Mitchell Hashimoto
9f952693fa
Merge pull request #3516 from hashicorp/f-getter
...
config/module: use go-getter
2015-10-15 13:40:54 -07:00
Mitchell Hashimoto
06f4ac8166
config/module: use go-getter
2015-10-15 13:36:58 -07:00
Radek Simko
4017a611c3
docs: Glacier Vault - add title + make note more brief
2015-10-15 20:59:58 +02:00
Radek Simko
26bc27594b
docs: Fix EFS documentation
2015-10-15 20:57:42 +02:00
clint shryock
1bfd4b0f71
Reset CHANGELOG/version for 0.6.5 release
2015-10-15 17:50:20 +00:00
Michael Austin
53e196eaed
fix vet error
2015-10-15 12:55:33 -04:00
clint shryock
49396ba3e0
v0.6.4
2015-10-15 15:51:15 +00:00
Paul Hinze
562a793430
style: ran go fmt
2015-10-15 10:21:20 -05:00
Clint
d918d775f3
Update CHANGELOG.md
2015-10-15 10:04:55 -05:00
Clint
2f94e575ef
Merge pull request #3300 from Runscope/fix-dynamodb-gsi-bug
...
provider/aws: fix bug with reading GSIs from dynamodb
2015-10-15 10:04:33 -05:00
Paul Hinze
aee1405bcb
Merge pull request #3512 from hashicorp/d-vsphere-initial-support
...
vsphere docs: add warning about possible changes
2015-10-15 09:41:10 -05:00
Paul Hinze
9d41e6f3d1
vsphere docs: add warning about possible changes
...
Since we merged this so that the community could collaborate on
improvements, I thought it would be prudent to inform potential users of
the status of the provider so they know what to expect.
2015-10-15 09:35:06 -05:00
Paul Hinze
60e9bec052
Merge pull request #3483 from hashicorp/d-vsphere
...
vsphere docs; first draft
2015-10-15 09:21:32 -05:00
Paul Hinze
05d6c5b509
vsphere docs; first draft
...
I'm not familiar with vSphere so I had to skip over details in some
places, but this at least gets the basic structure in for the docs.
2015-10-15 09:18:05 -05:00
Sander van Harmelen
2a24d52721
Merge pull request #3502 from joelmoss/chef_policy_unused_runlist
...
[chef provisioning] When use_policyfile is given, the run list is not used, so don't require it
2015-10-15 12:40:45 +02:00
Paul Hinze
3fbeb326cd
provider/azure: acc tests fixes
...
* avoid name collisions
* update image names
2015-10-14 22:59:33 -05:00
Paul Hinze
f6e525e531
provider/google: one more test that should skip predefined_acl
...
it was depreceted in https://github.com/hashicorp/terraform/pull/3272
2015-10-14 22:36:19 -05:00
Paul Hinze
0efffc67f0
provider/google: storage bucket tests shouldn't not check predefined_acl
...
it was depreceted in https://github.com/hashicorp/terraform/pull/3272
2015-10-14 22:17:34 -05:00
Paul Hinze
b2b41192ac
provider/google: container test needed bigger instance to pass
2015-10-14 22:16:58 -05:00
Paul Hinze
c1aab4cfaf
Merge pull request #3507 from hashicorp/b-gce-metadata
...
provider/google: one more fix to GCE metadata
2015-10-14 21:40:50 -05:00
Martin Atkins
2e3b3cfad2
Update CHANGELOG.md
2015-10-14 19:37:33 -07:00
Martin Atkins
3708e752af
Merge pull request #3138 from mastor/master
...
Support tags for aws_db_subnet_group
2015-10-14 19:36:45 -07:00
Martin Atkins
beff2ff460
Update CHANGELOG.md
2015-10-14 19:35:20 -07:00
Paul Hinze
4f400a1944
provider/google: one more fix to GCE metadata
...
In #3501 @lwander got us almost all the way there, but we still had
tests failing. This seemed to be because GCE sets
`metadata.startup-script` to a blank string on instance creation, and if
a user specifies any `metadata` in their config this is seen as the
desired full contents of metadata, so we get a diff trying to remove
`startup-script`.
Here, to address this, we just proactively remove the "startup-script"
key from `Read`, and then we enforce that "metadata_startup_script"
is the only way to configure startup scripts on instances.
2015-10-14 21:34:33 -05:00
Martin Atkins
1300f165b1
Merge pull request #3311 from caarlos0/allow-non-persistent-spot-requests
...
Allow non-persistent spot requests
2015-10-14 19:34:31 -07:00
Paul Hinze
4f4c572aa4
Update CHANGELOG.md
2015-10-14 18:23:14 -05:00
Paul Hinze
b430b984e5
Merge pull request #2525 from robzienert/ignore-updates-lifecycle
...
Adding ignore_changes lifecycle flag
2015-10-14 18:22:24 -05:00
Rob Zienert
a1939e70f7
Adding ignore_changes lifecycle meta property
2015-10-14 16:34:27 -05:00
Clint
ab0534a356
Update CHANGELOG.md
2015-10-14 16:27:05 -05:00
Clint
6eadfcae21
Merge pull request #3500 from stack72/aws-dynamodb-table-arn
...
provider/aws: DynamoDB Table ARN
2015-10-14 16:25:49 -05:00
Paul Hinze
6020d0ab81
Merge pull request #3505 from hashicorp/f-validatefunc-maps
...
helper/schema: ValidateFunc support for maps
2015-10-14 15:19:37 -05:00
Paul Hinze
2a179d1065
helper/schema: ValidateFunc support for maps
2015-10-14 15:10:22 -05:00
Clint
51100234cb
Merge pull request #3504 from hashicorp/b-aws-test-fixes
...
Small fixes for acceptance tests
2015-10-14 14:59:15 -05:00
Clint Shryock
6ab339b62d
unset website_endpoint, website_domain if website part is removed
2015-10-14 14:49:33 -05:00
Clint Shryock
f9c577aa2a
update requirement for peer test
2015-10-14 13:55:37 -05:00
Clint Shryock
4fb7ae6600
rename test so it can be ran in isolation
2015-10-14 13:55:19 -05:00
stack72
7af484c8f6
Changing the DynamoDb Create to do a Read at the end
2015-10-14 19:16:58 +01:00
Joel Moss
b1d731bd6f
[chef provisioning] When use_policyfile is given, the run list is not used, so don't require it
2015-10-14 19:05:38 +01:00
Paul Hinze
bfc107f90e
Merge pull request #3496 from hashicorp/b-azure-settings-tilde
...
provider/azure: fix issues loading config from homedir
2015-10-14 13:03:53 -05:00
Michael Austin
1ff02d9f31
Merge commit '0c2f189d083e49b49747ce323702db1861cb2cbf' into 5873-terraform-snapshot-security-v6.3
2015-10-14 13:56:27 -04:00
Paul Hinze
2b89801c35
Merge pull request #3501 from lwander/f-gce-metadata-fix
...
Fixed GCE metadata acceptance test bug
2015-10-14 12:48:53 -05:00
Lars Wander
b7f7c7a731
Provider GCE, fixed metadata state update bug
2015-10-14 12:47:54 -05:00
Lars Wander
12625997c1
Added global address & tests
2015-10-14 12:47:53 -05:00
Michael Austin
32d04797f9
update security group after restore from snapshot
2015-10-14 13:23:11 -04:00
stack72
6d2fee9c28
After the DynamoDB table is created, the ARN wasn't being set
2015-10-14 18:06:09 +01:00
Paul Hinze
8d017be637
Update CHANGELOG.md
2015-10-14 10:35:40 -05:00