Radek Simko
269858998d
Merge pull request #6157 from TimeIncOSS/b-lambda-vpc-read
...
provider/aws: Fix Lambda VPC integration (missing vpc_id field)
2016-04-13 15:19:20 +01:00
Radek Simko
f6a21e7899
provider/aws: Read VPC ID for Lambda function back from API
2016-04-13 15:05:19 +01:00
Radek Simko
3f188d5d1b
provider/aws: Improve test for VPC-based Lambda func
2016-04-13 15:05:19 +01:00
James Nugent
9c236e7508
build: Remove gofmt check from core-dev target
2016-04-13 08:40:35 -05:00
Yousef Alam
286d2fadea
Add note about ports when rule is created for all protocols ( #6131 )
2016-04-12 16:46:18 -05:00
Paul Hinze
f5f84ece82
Merge pull request #6142 from hashicorp/sethvargo/ws_md
...
Fix website metadata script
2016-04-12 14:11:47 -05:00
Seth Vargo
00e732ca03
Fix website metadata script
2016-04-12 20:09:27 +01:00
James Nugent
1fe3de0315
Update CHANGELOG.md
2016-04-12 13:12:54 -05:00
Patrick Sodré
4a6e161e2b
Fix Triton firewall_enabled bug with AccTest ( #6119 )
...
Update github.com/joyent/gosdc/...
Test does the minimum described in hashicorp/terraform#6109, i.e.
- Start a small instance, t4-standard-128M
- Check firewall is enabled
- Change configuration to disable firewall
- Check firewall is disabled.
Fixes #6119 .
2016-04-12 13:10:53 -05:00
Paul Hinze
678653fa1e
Merge pull request #6141 from hashicorp/enterprise-bnr
...
announceement banner for TF Enterprise
2016-04-12 12:09:13 -05:00
Sander van Harmelen
9feb7ebb06
Update CHANGELOG.md
2016-04-12 18:37:58 +02:00
Sander van Harmelen
4db1af8939
Merge pull request #6123 from svanharmelen/f-cloudstack-id
...
provider/cloudstck: refactor the use of names vs IDs for parameters referencing other TF resources
2016-04-12 18:34:26 +02:00
Joe Topjian
d51c759467
Update CHANGELOG.md
2016-04-11 22:54:37 -06:00
Joe Topjian
779b36106f
Merge pull request #4898 from Fodoj/add-router-type
...
provider/openstack Add value_specs for routers
2016-04-11 22:52:10 -06:00
Peter Marton
2df53f283d
Add gzip and base64 default values to cloudinit template docs ( #4875 )
2016-04-11 14:19:04 -05:00
Paul Stack
ff749e0b04
Update CHANGELOG.md
2016-04-11 19:44:01 +01:00
Raymond Fallon
0cd0a4ec9c
provider/aws: Manage Triggers for AWS CodeDeploy Event Notifications ( #5599 )
...
* provider/aws: CodeDeploy Deployment Group Triggers
- Create a Trigger to Send Notifications for AWS CodeDeploy Events
- Update aws_codedeploy_deployment_group docs
* Refactor validateTriggerEvent function and test
- also rename TestAccAWSCodeDeployDeploymentGroup_triggerConfiguration test
* Enhance existing Deployment Group integration tests
- by using built in resource attribute helpers
- these can get quite verbose and repetitive, so passing the resource to a function might be better
- can't use these (yet) to assert trigger configuration state
* Unit tests for conversions between aws TriggerConfig and terraform resource schema
- buildTriggerConfigs
- triggerConfigsToMap
2016-04-11 19:42:21 +01:00
Paul Stack
100b7ea4b5
Fix the README file with the correct link to the CONTRBUTING.md ( #6127 )
2016-04-11 13:35:59 -05:00
captainill
c5dbf1d04a
annoucnement bnr
2016-04-11 13:02:15 -05:00
Jeff LaPlante
014f2d5671
Added group attribute to cloudstack instance documentation markdown
2016-04-11 10:26:46 -07:00
David Glasser
b44f7f28e0
Document saved plan use in `terraform apply -help` ( #6126 )
...
Wording borrowed from the website docs.
2016-04-11 12:24:08 -05:00
Jeff LaPlante
f840f49fbb
Added support to read and update group attribute from existing vm state.
2016-04-11 10:23:19 -07:00
Xavier Sellier
fc9825e4c4
- Add support for 'ssl_mode' options present in lib/pq
...
- Update psotgresql provider's documentation
- Enforce default value to 'require' for ssl_mode
2016-04-11 13:20:39 -04:00
Seth Vargo
3a2c40d027
Update CHANGELOG
2016-04-11 13:18:56 -04:00
Seth Vargo
95c7fd7f08
Merge pull request #6114 from hashicorp/sethvargo/gce_envvars
...
Read more default envvars for GCP
2016-04-11 13:17:52 -04:00
Clint
2ea8c64079
provider/aws: More randomization to our Acc tests ( #6124 )
...
* provider/aws: Add more Randomization to DB Parameter Group Tests, to avoid collisions
* provider/aws: Add more randomization to Autoscaling group tests
2016-04-11 12:06:28 -05:00
Seth Vargo
337895b51e
Read more default envvars for GCP
...
- Closes #5874
- Fixes #5872
2016-04-11 12:19:07 -04:00
Seth Vargo
e9a918f83d
Update CHANGELOG
2016-04-11 11:53:10 -04:00
James Nugent
0b52805427
Unwrap text in issue template
...
This plays more nicely with mobile email clients.
2016-04-11 10:48:11 -05:00
Seth Vargo
183100ae4e
Merge pull request #6112 from hashicorp/sethvargo/gcp_project
...
Move GCP projece attribute onto resources, inherit from provider
2016-04-11 11:45:13 -04:00
Seth Vargo
cc298b3fbc
Add issue_template ( #6017 )
2016-04-11 10:33:06 -05:00
Sander van Harmelen
815c8840a7
Refactor the use of names vs IDs for parameters referencing other TF resources
...
We have a curtesy function in place allowing you to specify both a
`name` of `ID`. But in order for the graph to be build correctly when
you recreate or taint stuff that other resources depend on, we need to
reference the `ID` and *not* the `name`.
So in order to enforce this and by that help people to not make this
mistake unknowingly, I deprecated all the parameters this allies to and
changed the logic, docs and tests accordingly.
2016-04-11 17:14:28 +02:00
Adam Heeren
338cb956ba
Rearranging code to clean up git diff
2016-04-11 09:36:06 -04:00
Adam Heeren
7dfc0a6d1e
Added windows clone options in vsphere and documented them
2016-04-11 09:36:06 -04:00
Adam Heeren
5f4a3ec09a
Creating different config spec based on template OS ID
2016-04-11 09:36:06 -04:00
Adam Heeren
c40f73960e
Support for Linked Cloning in vsphere, based off of 6814028be7
2016-04-11 09:33:22 -04:00
Sander van Harmelen
ae371b5492
Merge pull request #6106 from vmfarms/port-forward-projectid-bug
...
Add project parameter to cloudstack_port_forward.
2016-04-11 14:56:05 +02:00
Hany Fahim
3135706d1f
Update to use setProjectid helper function
2016-04-11 08:22:01 -04:00
Paul Stack
35cfb73262
Update CHANGELOG.md
2016-04-11 13:10:30 +01:00
Jacob Severson
7721348b0b
Adding privacy argument for GitHub teams for #6015 ( #6116 )
...
Added the ability to set the "privacy" of a github_team resource so all teams won't automatically set to private.
* Added the privacy argument to github_team
* Refactored parameter validation to be general for any argument
* Updated testing
2016-04-11 13:09:25 +01:00
protomouse
0d82b4d0bf
hclfmt test resources
2016-04-11 10:45:19 +02:00
protomouse
ec55a34430
_disappears test
2016-04-11 10:44:46 +02:00
protomouse
e9ce2b3a20
remove partial mode handling
2016-04-11 10:44:28 +02:00
protomouse
b45e941144
add resource aws_rds_cluster_parameter_group
2016-04-11 10:26:47 +02:00
Kirill Shirinkin
5824036ca6
provider/openstack: Add value_specs for routers
2016-04-11 10:23:01 +02:00
James Nugent
9a315bb83f
Merge pull request #6113 from hashicorp/b-update-dockerclient
...
deps: Update github.com/fsouza/go-dockerclient
2016-04-10 18:03:46 -05:00
James Nugent
ca57cb1a90
deps: Update github.com/fsouza/go-dockerclient
...
This introduces the fix in fsouza/go-dockerclient#497 , which in turn
fixes fsouza/go-dockerclient#296 . This allows Terraform to build fully
on OpenBSD.
2016-04-10 17:16:10 -05:00
Seth Vargo
29b073158f
Update documentation to include new "project" attribute
...
This commit also normalizes the format we display attributes.
2016-04-10 17:34:15 -04:00
Seth Vargo
bacf5abf3c
Accept "project" as an attribute to GCP resources
...
This is the first step in removing the config dependency on "project".
This change is backwards-compatible because the value for this new
attribute defaults to the value from the provider.
2016-04-10 13:01:24 -04:00
Seth Vargo
fda23a3a31
Switch the order of gcp buildNetworks func to be more go-like
...
The current implementation returns error as the first parameter,
but it is usually the last parameter.
2016-04-10 13:01:23 -04:00