ddcprg
27527ef3cb
EMR Cluster - core_instance_count doesn't actually refer to core instances
2016-11-09 08:47:23 -06:00
Zach Wolf
0e473c06ad
Spelling mistake in docs-providers-vault index ( #9994 )
2016-11-09 13:50:09 +00:00
Nick Santamaria
d6d3e51906
Changed required flag to optional on key_name argument for aws_key_pair resource. ( #9992 )
2016-11-09 12:54:12 +00:00
Mitchell Hashimoto
646b3c1b68
Merge pull request #9158 from hashicorp/f-vault-provider
...
Vault Provider
2016-11-08 15:27:33 -08:00
Paddy
9d4bedee0c
Fix typo in the Google sidebar.
...
We have Google Compute Platform when we really mean Google Cloud
Platform. Whoops. I totally let this sneak in in #9969 .
2016-11-08 14:09:17 -08:00
Christoph Blecker
2eeb9fbf86
Add google_iam_policy and google_project to sidebar
2016-11-08 12:55:53 -08:00
Paddy
78f8fea1fa
Merge pull request #9950 from optimisticanshul/9928-aws-redshift-enhanced-vpc-routing
...
Added AWS Redshift Enhanced VPC Routing
2016-11-08 11:02:37 -08:00
Clint
81e599e53f
Merge pull request #9600 from HotelsDotCom/master
...
AWS EMR resource - Support for Service Access Security Group
2016-11-08 11:36:03 -06:00
James Turnbull
b0e9a3f39b
Fixed comma typo
2016-11-08 16:08:46 +01:00
James Turnbull
2f61c89c10
Fixed weird cnp
2016-11-08 16:07:43 +01:00
James Turnbull
464d63b890
Minor tidying of the Consul documentation
2016-11-08 15:43:00 +01:00
Anshul Sharma
e9821eaced
Updated Redshift Documentation and Added Test Cases for Redshift Enchaned VPC routing
2016-11-08 18:13:10 +05:30
Ben Jordan
5902922c7c
Update documentation for aws_spot_datafeed_subscription.
2016-11-07 15:48:11 -07:00
Mitchell Hashimoto
7d6b3b80b9
website: document escaping template vars [GH-9897]
2016-11-07 08:42:46 -08:00
Paul Stack
3f032ff611
provider/aws: Setting static_routes_only on import of vpn_connection ( #9802 )
...
fixes #9110
An error was found where, static_routes_only was not set on a vpn
connection import. This commit introduces setting the static_routes_only
to false when no Options are found. This follows the AWS convention as follows:
```
- options (structure)
Indicates whether the VPN connection requires static routes. If you are creating a VPN connection for a device that does not support BGP, you must specify true .
Default: false
```
So we take it that `static_options_only` is false by default
```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSVpnConnection_'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2016/11/02 10:38:18 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSVpnConnection_ -timeout 120m
=== RUN TestAccAWSVpnConnection_importBasic
--- PASS: TestAccAWSVpnConnection_importBasic (178.29s)
=== RUN TestAccAWSVpnConnection_basic
--- PASS: TestAccAWSVpnConnection_basic (336.81s)
=== RUN TestAccAWSVpnConnection_withoutStaticRoutes
--- PASS: TestAccAWSVpnConnection_withoutStaticRoutes (195.45s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws 710.572s
```
2016-11-07 16:12:41 +00:00
Peter McAtominey
2449cfbf1c
provider/azurerm: improve formatting of client_config docs ( #9915 )
2016-11-07 16:00:58 +00:00
Patrick Decat
4be9a42ab0
Fix deprecation warnings for automatic_restart and on_host_maintenance parameters ( #9909 )
...
Fix
Warnings:
```
* google_compute_instance_template.nat: "automatic_restart": [DEPRECATED] Please use `scheduling.automatic_restart` instead
* google_compute_instance_template.nat: "on_host_maintenance": [DEPRECATED] Please use `scheduling.on_host_maintenance` instead
```
2016-11-07 10:42:38 +00:00
Tom Harvey
b15b7e1c40
provider/azurerm: EventHubs ( #9889 )
...
* Implemented EventHubs
* Missing the sidebar link
* Fixing the type
* Fixing the docs for Namespace
* Removing premium tests
* Checking the correct status code on delete
* Added a test case for the import
* Documentation for importing
* Fixing a typo
2016-11-07 10:19:59 +00:00
James Nugent
4c99807448
Merge pull request #9842 from AndHei/patch-2
...
"aws_sns_topic_subscription" add further clarification for cross acco…
2016-11-06 10:21:39 -06:00
Andreas Heidoetting
dd000d5943
aws_vpc_peering_connection ambiguous language
...
The documentation mentions ownership of both VPCs for aws_vpc_peering_connection auto_accept to work but if both VPC are in separate accounts it does not matter if both account are owned or not.
In #6843 its stated that aws_vpc_peering_connection only works if both VPC are in the same AWS account.
The documentation fails to mention that peeing of two VPCs in two different regions is not supported by AWS.
2016-11-05 19:38:07 +01:00
Gavin Williams
b0981566ec
provider/openstack: Add 'value_specs' option to 'openstack_fw_firewall_v1' resource
...
Refactor to use common 'types.go' and 'MapValueSpecs' function.
Website docs updated to reflect changes.
2016-11-05 10:17:33 +00:00
Joe Topjian
5efe1a7400
Merge pull request #9835 from fatmcgav/openstack_fw_policy_v1_add_value_specs
...
provider/openstack: Add 'value_specs' option to 'openstack_fw_policy_v1' resource
2016-11-04 19:33:14 -06:00
Jason Wieringa
43dcc30ae8
Fixed typo on interpolation docs ( #9880 )
...
Removes extra slash in name
2016-11-04 19:48:44 +00:00
Kit Ewbank
4b506eb811
Correct 'VPN Endpoints' to 'VPC Endpoints' ( #9887 )
2016-11-04 19:47:52 +00:00
Radek Simko
b997fdf9c0
docs/aws: Add missing sidebar link to ACM DS ( #9884 )
2016-11-04 19:46:59 +00:00
Gavin Williams
d3b2c15a2c
provider/openstack: Add 'value_specs' option to 'openstack_fw_policy_v1' resource
...
Refactor to use common 'types.go' and 'MapValueSpecs' function.
Website docs updated to reflect additions
2016-11-04 19:06:25 +00:00
Alexander Hellbom
4d884689ef
Fix incorrect service timeout documentation
2016-11-04 19:03:05 +01:00
Joe Topjian
c3d6bdd440
Merge pull request #9834 from fatmcgav/openstack_firewall_rule_v1_add_value_specs
...
provider/openstack: Add 'value_specs' option to 'openstack_fw_rule_v1' resource
2016-11-04 09:14:19 -06:00
James Nugent
c75369d65d
Merge pull request #8359 from hashicorp/f-aws-acm-datasource
...
provider/aws: New Data Source: aws_acm_certificate
2016-11-04 07:49:58 -04:00
Gavin Williams
e3246bc63e
provider/openstack: Add 'value_specs' option to 'openstack_fw_rule_v1' resource.
...
Refactor to use common 'types.go' and 'MapValueSpecs' function.
Website docs updated.
2016-11-04 07:19:50 +00:00
James Nugent
3361047e38
provider/aws: Address acm_certificate review items
2016-11-03 20:01:46 -04:00
Paul Hinze
ccd745c96f
provider/aws: New Data Source: aws_acm_certificate
...
Use this data source to get the ARN of a certificate in AWS Certificate
Manager (ACM). The process of requesting and verifying a certificate in ACM
requires some manual steps, which means that Terraform cannot automate the
creation of ACM certificates. But using this data source, you can reference
them by domain without having to hard code the ARNs as input.
The acceptance test included requires an ACM certificate be pre-created
in and information about it passed in via environment variables. It's a
bit sad but there's really no other way to do it.
2016-11-03 19:34:19 -04:00
clint shryock
6244463ffb
Merge branch 'master' of github.com:hashicorp/terraform
...
* 'master' of github.com:hashicorp/terraform:
Docs typo - s/instaces/instances
Update CHANGELOG.md
terraform: shadow graph uses GraphWalkerPanicwrap to catch errors
terraform: GraphWalkerPanicwrap catches panics during graph walks
2016-11-03 16:14:33 -05:00
clint shryock
92eb13e9ef
provider/aws: update AWS documentation on -1 protocol for Security Groups
2016-11-03 16:14:28 -05:00
Cameron Stokes
2478d0291e
Docs typo - s/instaces/instances
2016-11-03 14:07:59 -07:00
Andreas Heidoetting
17fc8de9a1
"aws_sns_topic_subscription" add further clarification for cross account SNS topic to SQS queue subscription
...
based on additional comments in #6909 further clarification was in order
2016-11-03 11:58:24 -04:00
Joe Topjian
a8c750d4f7
Merge pull request #9830 from fatmcgav/openstack_fw_policy_shared_fix
...
provider/openstack: Don't default 'shared' value, instead only set if…
2016-11-03 09:08:52 -06:00
Andreas Heidoetting
1929fe76ff
"aws_sns_topic_subscription" add notes and examples for cross account / region SNS topic to SQS queue subscription ( #9838 )
...
Based on https://github.com/hashicorp/terraform/issues/6909 I suggest adding information to the documentation about cross account / region SNS topic to SQS queue subscription.
2016-11-03 15:06:16 +00:00
Clint
751e7024de
Merge pull request #9839 from hashicorp/b-aws-default-net-acl-docs
...
provider/aws: Fix documenation regarding default resources
2016-11-03 09:54:24 -05:00
Ninir
d96a439029
Added missing argument for redshift cluster ( #9831 )
2016-11-03 14:47:19 +00:00
Joe Topjian
7da8812b7e
Merge pull request #9777 from fatmcgav/state_remote_swift_enhancements
...
state/remote/swift: Enhancements to support Openstack config
2016-11-03 08:39:36 -06:00
clint shryock
230a389b1a
provider/aws: Fix documenation regarding default resources
2016-11-03 09:38:12 -05:00
Justin Nauman
9e11b59814
provider/aws: aws_autoscaling_attachment resource ( #9146 )
...
* GH-8755 - Adding in support to attach ASG to ELB as independent action
* GH-8755 - Adding in docs
* GH-8755 - Adjusting attribute name and responding to other PR feedback
2016-11-03 13:08:49 +00:00
stack72
16ce2c2e9c
Merge branch 'postgresql-extensions' of https://github.com/samdunne/terraform into samdunne-postgresql-extensions
2016-11-03 12:05:25 +00:00
Gavin Williams
53eea2121e
provider/openstack: Don't default 'shared' value, instead only set if specified.
...
Documentation updated to reflect removal of default value.
Fixes #9829
2016-11-03 11:21:39 +00:00
Gavin Williams
bf8612b9b7
state/remote/swift: Enhancements to support full set of Openstack configuration options, plus SSL certs. Documentation updated to support
2016-11-03 07:36:18 +00:00
Joe Topjian
866545738d
Merge pull request #9769 from fatmcgav/state_remote_swift_updates
...
state/remote/swift: Updates
2016-11-02 22:16:54 -06:00
James Nugent
549993147f
Merge pull request #9822 from hashicorp/paddy_8502_sni
...
provider/aws: Add the enable_sni attribute for Route53 health checks.
2016-11-02 23:38:01 -04:00
Paddy
5fcd5404ce
Document the enable_sni attribute on the website.
...
Now that we've added an `enable_sni` attribute to the Route53
health checks, add it to the health check documentation page so
users know about it.
2016-11-02 16:32:27 -07:00
Ninir
ad041ae0e7
Updated the documentation to reflect that subnets_ids is required ( #9817 )
2016-11-02 21:43:26 +00:00