Commit Graph

7208 Commits

Author SHA1 Message Date
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
Dave Cunningham
bb5eb4ff46 Merge pull request #3702 from lwander/f-gcp-global-forwarding-rule
provider/google: global forwarding rule tests & documentation
2015-11-03 13:41:08 -05:00
Lars Wander
d344d3e39a provider/google: global forwarding rule tests & documentation 2015-11-03 13:31:46 -05:00
Dave Cunningham
7f40abf22c Update CHANGELOG.md 2015-11-03 12:59:23 -05:00
Dave Cunningham
f41cf8da83 Merge pull request #3728 from lwander/f-gcp-target-https-proxy.go
provider/google: Target HTTPS proxy resource + tests & documentation
2015-11-03 12:47:58 -05:00
Lars Wander
d11524682a provider/google: Target HTTPS proxy resource + tests & documentation 2015-11-03 12:34:13 -05:00
Dave Cunningham
0097d7105b Merge pull request #3727 from lwander/f-gcp-target-http-proxy
provider/google: Target HTTP proxy resource + tests & documentation
2015-11-03 12:12:01 -05:00
Lars Wander
e7ebb0ac40 provider/google: target http proxies resource + tests & documentation 2015-11-03 08:54:30 -05:00
stack72
707bfd739a Added an extra test for the Elasticache Cluster to show that updates work. Also added some debugging to show that the API returns the Elasticache retention period info 2015-11-03 12:35:24 +00:00
Joe Topjian
b8892b1b2c Update CHANGELOG.md 2015-11-03 15:25:20 +09:00
Joe Topjian
e52b6a6d23 Merge pull request #3731 from jtopjian/openstack-networking-port
provider/openstack: openstack_networking_port_v2 resource
2015-11-03 15:24:05 +09:00
Joe Topjian
312d371ce9 provider/openstack: Additions to the OpenStack Port resource
This commit adds further work to the OpenStack port resource:

* Makes relevant fields computed
* Adds state change functions
* Adds acceptance tests
* Adds Documentation
2015-11-03 06:07:32 +00:00
Jean Mertz
7d11b4b7e7 provider/openstack: openstack_networking_port_v2 resource 2015-11-03 05:35:05 +00:00
Joe Topjian
1a196af201 Update CHANGELOG.md 2015-11-03 14:25:53 +09:00
Joe Topjian
6a791d15a9 Merge pull request #3712 from jtopjian/openstack-networking-statechange
provider/openstack: State Changes for Networking Resources
2015-11-03 14:24:25 +09:00
Joe Topjian
cc54d9e0fd provider/openstack: State Changes for Networking Resources
This commit adds create and delete state change checks for the "core"
networking resources.
2015-11-03 05:12:22 +00:00
Joe Topjian
21eb546f0c Update CHANGELOG.md 2015-11-03 14:01:12 +09:00
Joe Topjian
352d6abfd7 Merge pull request #3232 from jtopjian/openstack-bootfromvolume-image-fixes
provider/openstack: Boot From Volume and Image Handling Fixes
2015-11-03 13:57:18 +09:00
Cameron Stokes
05a0a41236 vSphere occurrences in vsphere_virtual_machine resource page 2015-11-02 18:27:22 -08:00
Cameron Stokes
d99b9aaa6f vSphere occurrence in layout 2015-11-02 18:25:05 -08:00
Cameron Stokes
964c9cd7e8 Change all occurrences of 'vSphere' to 'VMware vSphere' 2015-11-02 18:21:08 -08:00
Dave Cunningham
8dd5e43673 Update CHANGELOG.md 2015-11-02 18:24:42 -05:00
Dave Cunningham
519756c42a Merge pull request #3722 from lwander/f-gcp-url-maps
provider/google: Added url map resource + tests & documentation
2015-11-02 17:29:29 -05:00
Lars Wander
ccb3f92bd1 provider/google: Added url map resource + tests & documentation 2015-11-02 17:12:41 -05:00
Clint
06b68c35f0 Update CHANGELOG.md 2015-11-02 16:08:09 -06:00
Clint
cb8962a6c6 Merge pull request #3710 from stack72/f-aws-asg-generated-name
provider/aws: Making the AutoScalingGroup name optional
2015-11-02 16:07:49 -06:00
Clint
87acd90b8d Update CHANGELOG.md 2015-11-02 15:06:35 -06:00
Clint
6492853e84 Merge pull request #3513 from iJoinSolutions/5873-terraform-snapshot-security-v6.3
Provider/aws Apply security group after restoring db_instance from snapshot
2015-11-02 15:06:02 -06:00
stack72
4f05df6cad When I was setting the update parameters for the Snapshotting, I didn't update the copy/pasted params 2015-11-02 20:57:04 +00:00