Martin Atkins
bb7b8d6550
Merge #4419 : aws_opsworks_application resource
2016-04-16 09:28:12 -07:00
Martin Atkins
72f121aec1
Merge #4272 : custom JSON for Opsworks layers
2016-04-16 08:48:36 -07:00
Joe Topjian
831bae8624
provider/cobbler: Cobbler Provider
...
This introduces a provider for Cobbler. Cobbler manages bare-metal
deployments and, to some extent, virtual machines. This initial
commit supports the following resources: distros, profiles, systems,
kickstart files, and snippets.
2016-04-16 08:54:59 -05:00
David Castillo
12118b6189
Fixed typos in remote.html.markdown and connection.html.markdown. ( #6195 )
2016-04-15 23:05:49 +01:00
Evan Brown
c6763fd3af
Update docs and fix computed container settings
2016-04-14 16:33:52 -07:00
Paul Hinze
eded8bbf0a
Merge pull request #6087 from aheeren/Vsphere-windows
...
Vsphere windows support
2016-04-14 15:04:40 -05:00
Chris Marchesi
a38ccbe074
CloudFront distribution and origin access identity support ( #5221 )
...
* CloudFront implementation v3
* Update tests
* Refactor - new resource: aws_cloudfront_distribution
* Includes a complete re-write of the old aws_cloudfront_web_distribution
resource to bring it to feature parity with API and CloudFormation.
* Also includes the aws_cloudfront_origin_access_identity resource to generate
origin access identities for use with S3.
2016-04-14 14:55:11 -05:00
Cameron Stokes
cfbe11b126
Fix docs for azurerm_virtual_machine and ssh_keys ( #6171 )
...
For `ssh_keys` in `os_profile_linux_config`, the docs specify `key_path`, but the code expects `path` - 453d38bafc/builtin/providers/azurerm/resource_arm_virtual_machine.go (L284)
.
2016-04-14 00:24:01 +01:00
Adam Heeren
f04298f78d
Renaming linkedClone to linked_clone in config spec
2016-04-13 12:42:55 -04: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
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
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
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
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
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
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
337895b51e
Read more default envvars for GCP
...
- Closes #5874
- Fixes #5872
2016-04-11 12:19:07 -04: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
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
7dfc0a6d1e
Added windows clone options in vsphere and documented them
2016-04-11 09:36:06 -04: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
Kirill Shirinkin
5824036ca6
provider/openstack: Add value_specs for routers
2016-04-11 10:23:01 +02: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
7e5ca60369
Make GCP provider "project" attribute optional
2016-04-10 13:01:23 -04:00
Joe Topjian
a8a3bd71df
provider/openstack: Enable Token Authentication
...
This commit enables the ability to authenticate to OpenStack by way
of a Keystone Token. Tokens can provide a way to use Terraform and
OpenStack with an expiring, temporary credential. The token will need
to be generated out of band from Terraform.
2016-04-10 03:20:49 +00:00
Paul Stack
ed7ff1dc7f
provider/triton: Change triton docs to reflect key_material not key_path ( #6090 )
2016-04-08 10:57:44 -05:00
Justin Clark
576e56025c
Add undocumented custom_json argument to opsworks_stack doc ( #6074 )
2016-04-08 10:01:43 -05:00
Michael H. Oshita
786cc45d5f
Update cloudwatch_metric_alarm.html.markdown ( #6085 )
...
On creating CloudWatch metric alarms, I need to get the HealthCheckId dimension. Reference would be useful.
```
dimensions {
"HealthCheckId" = "${aws_route53_health_check.foo.id}"
}
```
2016-04-08 09:54:24 -05:00
Joe Topjian
28f98c3701
provider/openstack: Allow subnets with no gateway
...
This commit adds a no_gateway attribute. When set, the subnet will
not have a gateway. This is different than not specifying a
gateway_ip since that will cause a default gateway of .1 to be used.
This behavior mirrors the OpenStack Neutron command-line tool.
Fixes #6031
2016-04-08 03:12:49 +00:00
Justin Clayton
b9417819c9
Update compute_instance_v2.html.markdown
2016-04-07 15:09:59 -07:00
Jan Nabbefeld
6bf9f21c39
Opsworks Application support
2016-04-07 14:18:50 -07:00
Paul Hinze
2de5dd06d8
Merge pull request #6070 from hashicorp/phinze/multiple-eips-per-eni
...
provider/aws: Allow multiple EIPs to associate to single ENI
2016-04-07 14:38:30 -05:00
Paul Hinze
8380a7b03e
provider/aws: Allow multiple EIPs to associate to single ENI
...
When calling AssociateAddress, the PrivateIpAddress parameter must be
used to select which private IP the EIP should associate with, otherwise
the EIP always associates with the _first_ private IP.
Without this parameter, multiple EIPs couldn't be assigned to a single
ENI. Includes covering test and docs update.
Fixes #2997
2016-04-07 13:26:15 -05:00
Matthew Walter
4fbe7cb361
Corrected typo in AzureRM template deployment docs ( #6068 )
2016-04-07 11:26:43 -05:00
Seth Vargo
4fde3b2be9
Capitalize the H in GitHub
...
GitHub really doesn't like when you make the H lowercase, it violates
their brand guidelines and they won't help promote anything that doesn't
use the capital H.
2016-04-07 10:26:01 -04:00
Paul Stack
662dc9f49c
update docs on required parameter for api_gateway_integration
...
* update docs on required parameter for api_gateway_integration
This parameter was required for lambda integration.
Otherwise,
` Error creating API Gateway Integration: BadRequestException: Enumeration value for HttpMethod must be non-empty`
* documentation: Including the AWS type on the api_gateway_integration docs
2016-04-06 16:54:40 -05:00
Hector Rivas Gandara
ad761f338d
provider/aws: Doc cloudwatch SNS and lambda perms
...
Documentation for `aws_cloudwatch_event_target` to warn that in order to be
able to have your AWS Lambda function or SNS topic invoked by a CloudWatch
Events rule, you must setup the right permissions
using `aws_lambda_permission` or `aws_sns_topic.policy`
2016-04-06 10:28:24 -05:00
Sander van Harmelen
5e6af8e01b
Merge pull request #6010 from svanharmelen/f-deprecate-ipaddress
...
provider/cloudstack: make the CloudStack provider more inline with the other providers
2016-04-05 21:54:23 +02:00
James Nugent
fe4ddba426
Merge pull request #5988 from apparentlymart/consul-key-subtree
...
provider/consul: consul_key_prefix resource
2016-04-05 14:41:01 -05:00
Jeff Tang
41a8220e0f
add custom_json for opsworks layers
2016-04-05 08:57:19 -04:00
VERDOÏA Laurent
a24207b9b7
provider/docker: #5298 Add support for docker run --user option
2016-04-04 21:43:59 -05:00
KOJIMA Kazunori
d646682d7a
provider/aws: Support S3 bucket notification
...
* Implement aws_s3_bucket_notification resource
2016-04-04 21:23:06 -05:00
Clint
986fcd95f9
provider/google: Accept GOOGLE_CLOUD_KEYFILE_JSON env var for credentials
2016-04-04 16:56:35 -05:00
Sander van Harmelen
fddf3eccc6
Make the CloudStack provider more inline with the other provider
...
It turns out all other providers use `ip_address` where the CloudStack
provider uses `ipaddress`. To make this more consistent this PR
deprecates `ipaddress` and adds `ip_address` where needed…
2016-04-04 22:16:15 +02:00
Clint
b351a72e4c
provider/aws: Normalize and compact SQS Redrive, Policy JSON
...
* provider/aws: Nomralize SQS Redrive Policy JSON
* provider/aws: Fix typo in log statements
* compact the Policy on SNS Queue
* add acceptance test for policy formatting
2016-04-04 11:41:36 -05:00
Sander van Harmelen
f81334fd88
Merge pull request #6004 from svanharmelen/f-cloudstack-static-nat
...
provider/cloudstack: add `cloudstack_static_nat` resource
2016-04-04 18:17:57 +02:00
Sander van Harmelen
e5fecca7cc
Add `cloudstack_static_nat` resource
2016-04-04 15:48:14 +02:00
Martin Atkins
fa703db8a6
Merge #4955 : "terraform fmt" command
2016-04-04 01:07:32 -07:00
Martin Atkins
d706130a51
consul_key_prefix resource
...
This new resource is an alternative to consul_keys that manages all keys
under a given prefix, rather than arbitrary single keys across the entire
store.
The key advantage of this resource over consul_keys is that it is able to
detect and delete keys that are added outside of Terraform, whereas
consul_keys is only able to detect changes to keys it is explicitly
managing.
2016-04-02 20:37:11 -07:00
Martin Atkins
4b39302f04
Merge pull request #5944 from sbadia/doc-gcp
...
docs/google: Update links, fix syntax errors and remove whitespaces
2016-04-02 16:32:30 -10:00
Ryan Parman
b9c07badba
Update compute_instance_group_manager.html.markdown
2016-04-02 19:14:40 -07:00
Paul Stack
4c2738ae98
Merge pull request #5915 from dharrisio/f-aws-elastic-beanstalk-environment-options
...
provider/aws: Adding outputs for elastic_beanstalk_environment resource.
2016-04-01 17:34:56 -05:00
David Harris
c3a6cf0620
provider/aws: Adding outputs for elastic_beanstalk_environment resource.
...
refs #5798
2016-04-01 13:58:09 -06:00
Alexander Savchuk
b3675f4a41
Add link to Route table page, remove self-reference
...
This note must have been copied from the Route table page.
It makes more sense to remove the self reference and add a link to the
Route table page.
2016-04-02 08:39:19 +13:00
David Harris
bb1d4ee886
provider/aws: Add support for `cname_prefix` to `aws_elastic_beanstalk_environment`.
2016-04-01 09:53:10 -06:00
Paul Stack
c10c1b9a11
Merge pull request #5967 from dharrisio/f-aws-elastic-beanstalk-timeout-config
...
Adds `wait_for_ready_timeout` option to `aws_elastic_beanstalk_environment`.
2016-03-31 23:06:29 -05:00
David Harris
a8c7fb0a06
Adds `wait_for_ready_timeout` option to `aws_elastic_beanstalk_environment`.
2016-03-31 17:28:02 -06:00
Mark Turner
bc9e9faa4a
Added in section for creating credentials
2016-03-31 23:03:42 +01:00
Mark Turner
06a54cdc21
Set 'Testing' title to follow same format as others
2016-03-31 21:34:27 +01:00
Sebastien Badia
63e67441b3
docs/google: Update links, fix syntax errors and remove whitespaces
2016-03-31 12:40:04 +02:00
Paul Stack
71995eaea1
Merge pull request #4971 from jedineeper/docs-fix-parameter
...
docs: correct remote state documentation and add config sub-arguments for atlas.
2016-03-30 21:18:16 -05:00
Paul Stack
a8e0528784
Merge pull request #4277 from ctiwald/ct/add-new-asg-policy-type
...
Add support for "StepScaling" autoscaling policies.
2016-03-30 21:06:39 -05:00
Paul Stack
3ba1c5e7b8
Merge pull request #5884 from TimeIncOSS/docs-api-gateway-extra
...
docs: Add some details about API Gateway resources
2016-03-30 19:20:39 -05:00
Paul Stack
3dbedc6407
Merge pull request #5787 from iceycake/ISSUE-5702
...
ISSUE-5702: Making the Cloudwatch Event Rule Target target_id optional
2016-03-30 19:17:32 -05:00
Paul Stack
8ed809456d
Merge pull request #5830 from hashicorp/phinze/asg-health-check-grace-period-default
...
provider/aws: set ASG health_check_grace_period default to 300
2016-03-30 19:05:06 -05:00
Dave Dash
de61132564
ssl_certificate_id applies to lb_protocol only.
2016-03-29 14:13:54 -07:00
Clint
7d1cfde490
Merge pull request #5887 from hashicorp/b-aws-iam-server-cert-docs
...
provider/aws: Document lifecycle block needs for IAM Server Certificate
2016-03-29 14:35:52 -05:00
Radek Simko
c7a8f05e03
Merge pull request #5890 from meteor/jsonencode
...
config: new interpolation function jsonencode
2016-03-29 16:33:20 +01:00
David Glasser
6cf06bb3ab
config: new interpolation function jsonencode
2016-03-29 07:38:58 -07:00
Purrbiscuit
55269ae8d8
fix typo in datadog provisioner documentation
2016-03-29 10:19:28 -04:00
clint shryock
ac063bf573
provider/aws: Document lifecycle block needs for IAM Server Certificate
2016-03-28 15:39:54 -05:00
Radek Simko
1ce0f1b828
docs: Add some details about API Gateway resources
2016-03-28 20:15:15 +01:00
Bill Fumerola
1ccfacd2dd
provider/google: use non-deprecated image in acceptance tests, documentation
2016-03-26 09:55:28 -07:00
Jeshua Borges
99a1474545
Fix typo in kinesis_firehose_delivery_stream.html.markdown
...
Silly fix, but should be updated.
2016-03-25 16:59:26 -04:00
Radek Simko
1324838a15
Merge pull request #5857 from hashicorp/doc-ebs-block-device-mixmatch
...
provider/aws: doc EBS block device mix-match caveats
2016-03-25 20:41:57 +00:00
Paul Hinze
3abf815508
Merge pull request #5866 from TimeIncOSS/docs-api-gateway-fix
...
docs: Fix API Gateway documentation
2016-03-25 15:23:18 -05:00
Radek Simko
3afbadae75
docs: Fix API Gateway documentation
2016-03-25 20:11:00 +00:00
Sander van Harmelen
22b9e2a7d9
Update the docs to match the changes made in PR #5587
2016-03-25 18:24:16 +01:00
Paul Hinze
7501f32721
provider/aws: doc EBS block device mix-match caveats
...
refs #5706
2016-03-25 12:12:01 -05:00
Jonathan McCall
3cd6b29a76
Fix broken sentence regarding computed values
2016-03-25 10:34:47 -04:00
Christopher Tiwald
f5c898e345
aws_autoscaling_policy: Add documentation for StepScaling policies.
2016-03-24 16:35:54 -04:00
Clint
c9293cc832
Merge pull request #5814 from hashicorp/provider-fastly-v1
...
provider/fastly: V1 of the Fastly Provider
2016-03-24 10:57:32 -05:00
clint shryock
3dcbdf0e28
provider/fastly: Documentation updates
2016-03-24 10:26:33 -05:00
Jeff Tang
88de250615
style updates to documentation and nil checks
2016-03-24 08:08:01 -04:00
Paul Hinze
6f76fb0702
provider/aws: set ASG health_check_grace_period default to 300
...
Closes #5658
2016-03-23 18:55:37 -05:00
clint shryock
2ad37bba4a
provider/fastly: Add Fastly Provider, ServiceV1 resource
2016-03-23 14:53:50 -05:00
Andy Chan
76adbefb95
ISSUE-5702: 2nd attempt to impl the target_id be optional
2016-03-23 10:42:53 -07:00
Andy Chan
7008bb6b9a
ISSUE-5702: Updating the documentation to reflex the corresponding change with target_id.
2016-03-23 10:25:13 -07:00
Paul Hinze
d1ac7d3b2e
Merge pull request #5795 from hashicorp/sethvargo/website_buid
...
Do not build supporting JS files
2016-03-22 16:41:41 -05:00
Paul Stack
0d8612b05a
Merge pull request #5794 from hashicorp/f-azurerm-vm-docs-1
...
documentation: Fix the AzureRM documentation to remove %d from Virtual Machine
2016-03-22 21:41:13 +00:00
Seth Vargo
85d54e62d3
Do not build supporting JS files
...
These files are already included in the bundle
2016-03-22 23:33:40 +02:00
stack72
41e2b06875
documentation: Fix the AzureRM documentation to remove %d from Virtual
...
Machine
2016-03-22 21:25:49 +00:00
albert
fdc105ac4d
Merge pull request #5785 from ack/clc-patches
...
CLC update: tests and alias
2016-03-22 12:39:20 -07:00
Paul Stack
5e6342b6df
Merge pull request #5789 from enspencer/master
...
Change stream_arm to stream_arn in docs
2016-03-22 19:15:23 +00:00
Jack Pearkes
433e7aba3a
website: rename application.js
...
CDN fix
2016-03-22 11:42:03 -07:00
Albert Choi
8de8c6884d
[clc] re-add alias as an optional field. update docs
2016-03-22 11:25:09 -07:00
enspencer
7ee46ae343
Change stream_arm to stream_arn in docs
2016-03-22 14:08:57 -04:00
stack72
da589da24c
documentation: Reshuffle the AzureRM provider documentation headings
2016-03-22 14:17:36 +00:00