stack72
a2970e631c
Merge branch 'cwood/bitbucket-provider' of https://github.com/cwood/terraform into cwood-cwood/bitbucket-provider
2016-09-21 19:35:58 +01:00
James Bardin
73183a064c
Merge pull request #8974 from hashicorp/jbardin/no-fork
...
Add a way to avoid panicwrap when debugging
2016-09-21 14:21:51 -04:00
Krzysztof Wilczynski
7596991303
Add JSON validation to the aws_vpc_endpoint resource.
...
This commit adds support for new helper function which is used to
normalise and validate JSON string.
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
2016-09-21 19:21:12 +01:00
James Bardin
6b7a079bff
Add a way to avoid panicwrap when debugging
...
When trying to use a debugger, you don't want the terraform to run in a
new child process. Setting TF_FORK=0 will skip panicwrap and continue
running the program in the current process. This will also give direct
access to log output, and stdout.
2016-09-21 14:13:05 -04:00
Ivan Vergiliev
7b301d7411
Point resource docs to the correct URL ( #8969 )
2016-09-21 08:32:08 -05:00
Paul Stack
9b23d433c1
Merge pull request #8960 from MiLk/docs/data-source-configuration
...
Correct the data source configuration example to be valid
2016-09-21 09:44:02 +01:00
James Nugent
c942707476
provider/docker: Add alternative to cert_path
...
Add a note about using `eval $(docker-machine env)` when using Docker
Machine to avoid having to hard code a certificate path.
2016-09-21 09:32:24 +01:00
baboune
1b6c1cccf3
Update index.html.markdown
...
Add note to reinforce the need for cert_path on any docker-machine based Docker environment.
2016-09-21 09:32:24 +01:00
Emilien Kenler
d6296fbb7d
Correct the data source configuration example to be valid
2016-09-21 17:31:44 +09:00
Paul Stack
046f184b3e
Update CHANGELOG.md
2016-09-21 09:31:23 +01:00
Paul Stack
773cfc8e8e
Merge pull request #8903 from kwilczynski/feature/json-validation-aws_sns_topic_policy
...
provider/aws: Add JSON validation to the aws_sns_topic_policy resource.
2016-09-21 09:31:08 +01:00
Paul Stack
fc7b90effd
Update CHANGELOG.md
2016-09-21 09:27:09 +01:00
Paul Stack
5753cbea64
Merge pull request #8901 from kwilczynski/feature/json-validation-aws_s3_bucket_policy
...
provider/aws: Add JSON validation to the aws_s3_bucket_policy resource.
2016-09-21 09:26:50 +01:00
Paul Stack
a2d964769f
Update CHANGELOG.md
2016-09-21 09:21:33 +01:00
Paul Stack
32e5a452c2
Merge pull request #8905 from kwilczynski/feature/json-validation-aws_sqs_queue_policy
...
provider/aws: Add JSON validation to the aws_sqs_queue_policy resource.
2016-09-21 09:20:58 +01:00
Paul Stack
eea215a7c4
Merge pull request #8936 from hashicorp/arm-remote-state-docs
...
state/remote/azure: Correct documentation
2016-09-21 09:18:29 +01:00
Paul Stack
5f46ce54d2
Update CHANGELOG.md
2016-09-21 09:16:53 +01:00
Paul Stack
3ad4056113
Merge pull request #8904 from kwilczynski/feature/json-validation-aws_sqs_queue
...
provider/aws: Add JSON validation to the aws_sqs_queue resource.
2016-09-21 09:14:41 +01:00
Paul Stack
69d277eac8
Merge pull request #8958 from hashicorp/aws-go-sdk-1.4.11
...
provider/aws: Bump AWS SDK to 1.4.11
2016-09-21 09:05:33 +01:00
stack72
190af7322f
provider/aws: Bump AWS SDK to 1.4.11
...
This is required for the following changes:
* Redshift enhanced VPC support
* RDS SQL Server TimeZone Support
* CodeDeploy and CloudWatch integration
2016-09-21 08:50:22 +01:00
Jean-François Pucheu
c084b7d522
Correct Proxy setting for openstack provider: issue 8735
2016-09-20 20:53:56 +02:00
Paul Stack
c6583cf0c9
Merge pull request #8940 from cblecker/patch-1
...
Fix typo in chef provisioner
2016-09-20 18:03:13 +01:00
Christoph Blecker
8bbbfcf261
Fix typo in chef provisioner
...
Typo in example
2016-09-20 09:58:04 -07:00
Paul Stack
4ec98657e1
Merge pull request #8939 from hashicorp/aws-elasticache-cluster-address
...
docs/aws: Adding `cluster_address` as an exported parameter for the `aws_elasticache_cluster` resource
2016-09-20 17:54:37 +01:00
stack72
067a2744c7
docs/aws: Adding as an exported parameter for the resource
2016-09-20 17:35:04 +01:00
Paul Stack
410d33c118
Update CHANGELOG.md
2016-09-20 17:33:07 +01:00
stack72
25ae6d2555
Merge branch 'A-Gordon-aws_elasticache_cluster_address'
2016-09-20 17:30:42 +01:00
stack72
87f632cb92
provider/aws: `aws_elasticache_cluster` acceptance test for
...
`cluster_address`
2016-09-20 17:29:57 +01:00
stack72
10cddc8153
Merge branch 'aws_elasticache_cluster_address' of https://github.com/A-Gordon/terraform into A-Gordon-aws_elasticache_cluster_address
2016-09-20 17:09:11 +01:00
Paul Stack
d1296759d8
Update CHANGELOG.md
2016-09-20 16:53:01 +01:00
Paul Stack
e9e1896ad4
Merge pull request #8775 from TimeIncOSS/f-aws-api-gateway-client-cert
...
provider/aws: Add API Gateway Client Certificate
2016-09-20 16:52:01 +01:00
James Nugent
71449bb960
state/remote/azure: Correct documentation
2016-09-20 14:53:34 +01:00
A-Gordon
de8b02e6e5
Added a cluster_address attribute to aws elasticache.
...
Added the cluster address as a separate attribute to the configuration endpoint. When using the configuration endpoint in conjunction with route 53 it was appending the cluster address with the port and invalidating the route 53 record.
2016-09-20 14:27:53 +01:00
Paul Stack
519fd81b71
Update CHANGELOG.md
2016-09-20 12:57:24 +01:00
Paul Stack
2c69a2bf93
Merge pull request #8909 from kwilczynski/feature/json-parsing-error-azurerm
...
provider/azurerm: Add normalizeJsonString and validateJsonString functions.
2016-09-20 12:53:07 +01:00
James Nugent
8fd9791dbf
Update CHANGELOG.md
2016-09-20 12:39:49 +01:00
James Nugent
c777827cb8
Merge pull request #8915 from TimeIncOSS/b-aws-s3-policy-fix
...
provider/aws: Make it possible to remove S3 bucket policy
2016-09-20 13:29:58 +02:00
James Nugent
c2b9bdb8c5
Merge pull request #8930 from partamonov/vsphere-vd-docs
...
Added missed link to sphere virtual disk
2016-09-20 12:08:57 +02:00
Petr Artamonov
05fb519ccb
Added missed link to sphere virtual disk
2016-09-20 11:53:45 +02:00
James Nugent
d0ac4d41fd
Merge pull request #8895 from baboune/patch-1
...
Update index.html.markdown
2016-09-20 10:32:51 +02:00
James Nugent
5c630f7605
Merge pull request #8928 from arthurbarr/patch-1
...
Add heading markdown
2016-09-20 10:31:32 +02:00
Arthur Barr
21563be27c
Add heading markdown
...
It looks like the text is written with the intention of it being a heading, but it wasn't marked as such, which meant it read strangely in HTML.
2016-09-20 09:22:21 +01:00
Rick Fletcher
558cd3b230
Fix typos in the aws_default_security_group docs ( #8927 )
...
- "arguement" → "argument"
- link to the default AWS docs, not the fr_fr version
2016-09-19 22:42:50 -05:00
Radek Simko
b969f448a5
Update CHANGELOG.md
2016-09-19 23:48:35 +01:00
Krzysztof Wilczynski
9ef9956ee2
provider/aws: Add JSON validation to the aws_cloudwatch_event_rule resource. ( #8897 )
...
* Add JSON validation to the aws_cloudwatch_event_rule resource.
This commit adds support for new helper function which is used to
normalise and validate JSON string. Also adds new validation function
to wrap around the aforementioned helper.
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
* Re-factor validation function.
This commit changes the logic of the function so that it would check length of
the normalised JSON string over the given string, plus short-circuit early
should JSON would not be valid.
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
2016-09-19 23:47:17 +01:00
James Bardin
e58c6cf7da
release: clean up after v0.7.4
2016-09-19 19:37:54 +00:00
James Bardin
84592f5967
v0.7.4
2016-09-19 19:13:49 +00:00
James Bardin
652a282c56
update changelog
2016-09-19 14:04:39 -04:00
Jay Wallace
8bb4f7f05b
Update redshift_security_group.html.markdown
...
underscores are not valid
2016-09-19 10:47:18 -07:00
James Bardin
bbd8b48251
Merge pull request #8586 from hashicorp/jbardin/races
...
adding locks
2016-09-19 12:38:19 -04:00