Commit Graph

7183 Commits

Author SHA1 Message Date
Will Stern
1ab69ab638 typo in cluster_identifier 2015-11-06 15:55:58 -06:00
Joe Topjian
0e9397fc74 provider/openstack: Security Group Rules Fix
This commit fixes how security group rules are read by Terraform and
enables them to be correctly removed when the rule resource is
modified.
2015-11-06 21:52:30 +00:00
clint shryock
15533dca09 actually use the value 2015-11-06 14:06:50 -06:00
Joe Topjian
fa471ddbb5 Merge pull request #3791 from jtopjian/jtopjian-openstack-test-format
provider/openstack: fix test formatting
2015-11-06 10:38:44 -07:00
Joe Topjian
4c1083c9c5 provider/openstack: fix test formatting 2015-11-06 17:32:30 +00:00
Clint
c284f31570 Merge pull request #3626 from wojtekmach/patch-1
digitalocean: update index docs for do_token var
2015-11-06 11:32:09 -06:00
Clint
ea3fc69f67 Merge pull request #3789 from stack72/f-aws-rds-cluster-instance-docs
provider/aws: RDS Cluster Instance Docs Update
2015-11-06 11:30:22 -06:00
Joe Topjian
7675246ccc Update CHANGELOG.md 2015-11-06 10:22:20 -07:00
Joe Topjian
1656e2837c Merge pull request #3772 from Fodoj/add-fixed-ips-to-openstack-ports
provider/openstack: Add fixed ips to openstack ports
2015-11-06 10:21:20 -07:00
clint shryock
83ae6fe410 document source_security_group_id for ELB 2015-11-06 11:20:30 -06:00
clint shryock
c905bfef22 Test source_security_group_id for ELBs 2015-11-06 11:18:57 -06:00
stack72
e8a411ce5f Fixing the RDS Cluster Instance docs to show that either an instance must be set as public OR have a db_subnet_group_name set 2015-11-06 16:10:21 +00:00
stack72
350f91ec06 Removing the instance_type check in the ElastiCache cluster creation. We now allow the error to bubble up to the userr when the wrong instance type is used. The limitation for t2 instance types now allowing snapshotting is also now documented 2015-11-06 11:16:51 +00:00
Kirill Shirinkin
d5e6929118 Fix tests 2015-11-06 11:10:44 +01:00
clint shryock
9390674a05 providers/aws: Provide source security group id for ELBs 2015-11-05 16:43:49 -06:00
clint shryock
274781224e provider/aws: fix panic with SNS topic policy if omitted 2015-11-05 15:25:04 -06:00
Clint
364b297700 Update CHANGELOG.md 2015-11-05 14:29:23 -06:00
Clint
cb52e23226 Merge pull request #3757 from stack72/f-aws-rds-cluster-backup
provider/aws: RDS Cluster additions
2015-11-05 14:28:18 -06:00
Paul Hinze
d347b9d8e5 Merge pull request #3729 from hashicorp/docs-vmware-vsphere
docs: Change vSphere to VMware vSphere
2015-11-05 13:07:50 -06:00
Paul Hinze
e85a618d67 Merge pull request #3717 from rakutentech/improve-acceptance-test
provider/vsphere: Fix acceptance tests for using optional parameters
2015-11-05 13:07:20 -06:00
Paul Hinze
e6c4a4fd11 Update CHANGELOG.md 2015-11-05 13:07:08 -06:00
Paul Hinze
b95e3fd1a2 Merge pull request #3652 from foehn/master
Vsphere_virtual_machine: Network interfaces
2015-11-05 13:06:16 -06:00
stack72
6a5e591143 Removing an unnecessary duplicate test for the RDS Cluster Backups 2015-11-05 19:01:41 +00:00
Kirill Shirinkin
3a63b48f97 provider/openstack: fixed_ips implementation for ports 2015-11-05 19:23:05 +01:00
Clint
c811dc98fd Merge pull request #3768 from stack72/f-digitalocean-droplet-404
provider/digitalocean: Fixing the DigitalOcean Droplet 404 potential on refresh of state
2015-11-05 11:38:32 -06:00
Clint
99f3c0580b Update CHANGELOG.md 2015-11-05 11:38:18 -06:00
stack72
6a811e2e4f Logging that the DO droplet wasn't found before removing it 2015-11-05 17:32:57 +00:00
Martin Atkins
d72084ed93 Merge #3767: Tolerate ElastiCache clusters being deleted. 2015-11-05 09:02:07 -08:00
stack72
9cee18b3de ElastiCache cluster read tolerates removed cluster.
Previously it would fail if a Terraform-managed ElastiCache cluster were
deleted outside of Terraform. Now it marks it as deleted in the state so that
Terraform can know it doesn't need to be destroyed, and can potentially
recreate it if asked.
2015-11-05 08:55:35 -08:00
stack72
2504cb4624 Changing the DigitalOcean Droplet 404 from a message string to an actual 404 status code 2015-11-05 16:33:29 +00:00
stack72
032a42797e Fixing the DigitalOcean Droplet 404 potential on refresh of state 2015-11-05 15:01:07 +00:00
stack72
ca2ea80af3 Making the changes to the snapshotting for Elasticache Redis as per @catsby's findings 2015-11-05 12:23:07 +00:00
stack72
409df4866d Changes after the feedback from @catsby - these all made perfect sense 2015-11-05 10:25:01 +00:00
Paul Hinze
bf11be82c8 provider/digitalocean: enhance user_data test
Checks to ensure that the droplet is recreated. Commenting out
`ForceNew` on `user_data` fails the test now.

/cc @stack72
2015-11-04 15:20:52 -06:00
stack72
4e485d4254 Fixing the spelling mistakes and adding a test to prove that the Updates to the new properties of RDS Cluster work as expected 2015-11-04 21:06:41 +00:00
Paul Hinze
dbaa44a2b4 Update CHANGELOG.md 2015-11-04 15:03:14 -06:00
Paul Hinze
94d90311d4 Merge pull request #3740 from stack72/f-do-userdata-new
provider/digitalocean: Making user_data force a new droplet
2015-11-04 15:02:42 -06:00
clint shryock
e3be1d5f10 update elb access logs docs 2015-11-04 14:15:40 -06:00
Trevor Pounds
02ee437328 Add website docs. 2015-11-04 14:14:51 -06:00
stack72
1d0dbc5d19 Adding backup_retention_period, preferred_backup_window and preferred_maintenance_window to RDS Cluster 2015-11-04 19:40:22 +00:00
clint shryock
5f7254eb1a providers/aws: Add ELB Access Logs (continues #3708)
- continues #3708
- adds some tests
- other fixes I found along the way
2015-11-04 11:58:29 -06:00
Tomas Doran
87dd5c5bd0 Fix panic I see when upgrading to 0.6.6
Check if the policy is nil or not before type casting it
2015-11-04 04:23:13 -08:00
clint shryock
2e03a7ebff go fmt after rebase 2015-11-03 16:30:18 -06:00
Trevor Pounds
4e3d0b5f6c Fix schema conversion. 2015-11-03 16:29:57 -06:00
Trevor Pounds
91b1d0c23d Can only set access logs once per ELB. 2015-11-03 16:29:57 -06:00
Trevor Pounds
e8f1f57ead Fix int64 cast. 2015-11-03 16:29:57 -06:00
Florin Patan
e173b60f10 Changes per feedback 2015-11-03 16:29:57 -06:00
Florin Patan
e390d7ddf2 Add elb access logs setting 2015-11-03 16:29:57 -06:00
stack72
ffdd4de326 Making user_data force a new droplet for DigitalOcean 2015-11-03 20:53:54 +00:00
Dave Cunningham
9e9d4b2c72 Update CHANGELOG.md 2015-11-03 13:41:50 -05:00