AMeng
b7fae4028c
provider/aws: Import aws_db_event_subscription
2016-10-04 15:24:30 -06:00
Rob Rankin
a967504db9
Fixup some SQL DB docs
...
* Parameter is Objective, not Object
* Clarify what resource group needs to be used
* Name paramter is the database name
* Link to Azure docs for SQL Database Tiers/Editions/Size limits
2016-10-04 07:31:27 +00:00
Paul Stack
36fd208fa9
Merge pull request #9191 from nwalke/update_getting_started
...
DOCS: Added note about requiring a default VPC.
2016-10-03 19:06:25 +01:00
Nick Walke
7e41cbfaf2
Added note about requiring a default VPC.
...
Fixes hashicorp/terraform#6427
2016-10-03 11:45:05 -05:00
Paul Stack
0cf15386ab
Merge pull request #9190 from nwalke/master
...
DOCS: Added note about us-east-1 ACM certs.
2016-10-03 17:37:43 +01:00
Paul Stack
3c63c80b86
Merge pull request #9185 from BedeGaming/azurerm-servicebus-sub
...
provider/azurerm: add servicebus_subscription resource
2016-10-03 17:35:31 +01:00
Nick Walke
aa87472aa2
Added note about us-east-1 ACM certs.
...
Fixes hashicorp/terraform#9170
2016-10-03 11:23:53 -05:00
Paul Stack
2d90f8a91c
Merge pull request #9140 from hashicorp/import-aws-elasticache_replication_groups
...
provider/aws: Support Import of AWS elasticache_replication_groups
2016-10-03 16:59:31 +01:00
stack72
520f96e84b
provider/aws: Support Import of AWS elasticache_replication_groups
...
Fixes #9094
```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSElasticacheReplicationGroup_importBasic'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2016/09/30 00:09:04 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v
-run=TestAccAWSElasticacheReplicationGroup_importBasic -timeout 120m
=== RUN TestAccAWSElasticacheReplicationGroup_importBasic
--- PASS: TestAccAWSElasticacheReplicationGroup_importBasic (756.38s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws756.398s
```
2016-10-03 16:52:29 +01:00
stack72
17cb9a19da
Merge branch 'DJRH-import-opsworks-stacks'
2016-10-03 16:48:23 +01:00
stack72
2f81f47d49
Merge branch 'import-opsworks-stacks' of https://github.com/DJRH/terraform into DJRH-import-opsworks-stacks
2016-10-03 16:23:03 +01:00
James Turnbull
b24a173f2e
Edits to remote-config documentation
...
Minor grammar and style edits.
Also updated Consul example to not use `demo.consul.io` - seems like a bad idea to hard-code something folks might cut-n-paste to a host that's public. Principle of least risk, etc.
2016-10-03 11:03:23 -04:00
Paul Stack
a72719a06b
Revert "Fix docs aws_instance"
2016-10-03 15:45:34 +01:00
Peter McAtominey
475fd4decb
provider/azurerm: add servicebus_subscription resource
...
TF_ACC=1 go test ./builtin/providers/azurerm -v -run TestAccAzureRMServiceBusSubscription -timeout 120m
=== RUN TestAccAzureRMServiceBusSubscription_importBasic
--- PASS: TestAccAzureRMServiceBusSubscription_importBasic (339.00s)
=== RUN TestAccAzureRMServiceBusSubscription_basic
--- PASS: TestAccAzureRMServiceBusSubscription_basic (328.47s)
=== RUN TestAccAzureRMServiceBusSubscription_update
--- PASS: TestAccAzureRMServiceBusSubscription_update (368.95s)
=== RUN TestAccAzureRMServiceBusSubscription_updateRequiresSession
--- PASS: TestAccAzureRMServiceBusSubscription_updateRequiresSession (348.47s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/azurerm 1384.966s
2016-10-03 15:27:28 +01:00
Paul Stack
e9ed7bb8a1
Merge pull request #9161 from jamtur01/patch-2
...
Cleanup Module Source page
2016-10-03 14:44:16 +01:00
Paul Stack
a13dd01cc3
Merge pull request #9160 from jamtur01/patch-1
...
Rewrite of the module usage page
2016-10-03 14:19:15 +01:00
Paul Stack
59cfe7bebb
Merge pull request #9180 from hashicorp/bitbucket-docs-layout
...
provider/bitbucket: Add the bitbucket documentation
2016-10-03 14:07:00 +01:00
Paul Stack
727825ca99
Merge pull request #9151 from BedeGaming/azurerm-servicebus-topic
...
provider/azurerm: add servicebus_topic resource
2016-10-03 15:00:47 +02:00
stack72
c600915472
provider/bitbucket: Add the bitbucket documentation
...
fixes #9177
2016-10-03 13:23:54 +01:00
DJ Home
967335eae3
Merge branch 'master' into import-opsworks-stacks
2016-10-03 11:28:28 +01:00
Peter McAtominey
cdbf0d7df4
provider/azurerm: add servicebus_topic resource
...
TF_ACC=1 go test ./builtin/providers/azurerm -v -run TestAccAzureRMServiceBusTopic -timeout 120m
=== RUN TestAccAzureRMServiceBusTopic_importBasic
--- PASS: TestAccAzureRMServiceBusTopic_importBasic (328.72s)
=== RUN TestAccAzureRMServiceBusTopic_basic
--- PASS: TestAccAzureRMServiceBusTopic_basic (331.04s)
=== RUN TestAccAzureRMServiceBusTopic_update
--- PASS: TestAccAzureRMServiceBusTopic_update (348.69s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/azurerm 1008.588s
2016-10-03 11:25:50 +01:00
Paul Stack
b79aea491b
Merge pull request #9155 from dnABic/docs-p1
...
mostly typos in documens and aws autoscaling id instead of name
2016-10-01 19:21:14 +01:00
James Turnbull
93308a2b36
Update of the module creation page
...
Updated some style, grammar and formatting.
2016-10-01 10:32:46 -04:00
James Turnbull
d10640edb6
Fixed minor style issue
2016-10-01 10:21:22 -04:00
James Turnbull
4ec435668a
Cleanup Module Source page
...
A quick rewrite of the page to make it clearer. Fixed some styling, grammar and formatting issues too.
2016-10-01 10:18:04 -04:00
James Turnbull
862ef46a49
Rewrite of the module usage page
...
Tidied up the page and fixed some formatting, style and naming issues.
2016-10-01 09:48:58 -04:00
Sander van Harmelen
59b67efd8a
provisioner/chef: make docs a little more explicit ( #9159 )
2016-10-01 09:43:23 +02:00
Sam Dunne
628743b24c
Add ability to skip chef registration
...
This change allows a user to skip the bootstrap stage for a machine.
2016-10-01 00:49:39 +02:00
dnABic
34764c52af
mostly typos in documens and aws autoscaling id instead of name
2016-09-30 22:41:15 +02:00
James Nugent
506268aabe
Merge pull request #9035 from apparentlymart/tls-cert-request-resource
...
Restore tls_cert_request to being a managed resource
2016-09-30 00:29:48 -05:00
Alex Meng
f6ce1ff5a5
Docs: Example import for cloudfront_distribution
2016-09-29 14:40:57 -06:00
DJ Home
1bc154535f
Add ability to import OpsWorks stacks
2016-09-29 11:44:58 +01:00
Paul Stack
b6718de299
Merge pull request #9010 from hashicorp/aws-elasticache-cluster-import
...
Aws elasticache cluster import
2016-09-28 19:49:42 +01:00
Seth Vargo
8edd0ae2b1
Fix rabbitmq docs background
...
Refs: https://twitter.com/Jippi/status/780860130468528128
2016-09-27 13:12:07 -07:00
Paul Stack
c3158243ee
Merge pull request #9071 from optimisticanshul/patch-1
...
Fix docs aws_instance
2016-09-27 09:05:36 +01:00
Paul Stack
3840ff0f40
Merge pull request #8947 from dagnello/vsphere-vm-disks-detach
...
vSphere: Adding 'detach_unknown_disks_on_delete' flag for VM resource
2016-09-27 08:56:58 +01:00
Anshul Sharma
1d443e87bc
Fix docs
...
Fixes #8714
2016-09-27 13:26:15 +05:30
Davide Agnello
dfe1cacc9e
Adding 'detach_unknown_disks_on_delete' flag for VM resource
...
Optional, defaults to false. If true, will detach disks not managed by
Terraform VM resource prior to VM deletion.
Issue: #8945
2016-09-26 18:16:02 -07:00
Radek Simko
ac7f551155
aws: Fix docs after changing Aurora instance schema
2016-09-26 20:50:20 +01:00
hanks
e12f42a8b5
remove `description` section in Argument Reference of AWS_DEFAULT_SECURITY_GROUP,
...
because do not support description field according to the source code.
2016-09-26 13:55:57 -05:00
Seth Vargo
912b97ffa9
Update middleman-hashicorp
2016-09-26 11:33:00 -05:00
Evan Brown
0edb68ef5a
Merge pull request #8977 from sl1pm4t/b-gcs-storage-class
...
provider/google: Add support for GCS StorageClass
2016-09-24 21:13:17 -07:00
Martin Atkins
804d714ff6
Restore tls_cert_request to being a managed resource
...
In c244e5a6
this resource was converted to a data source, but that was
a mistake since data sources are expected to produce stable results on
each run, and yet certificate requests contain a random nonce as part of
the signature.
Additionally, using the data source as a managed resource through the
provided compatibility shim was not actually working, since "Read" was
trying to parse the private key out of a SHA1 hash of the key, which is
what we place in state due to the StateFunc on that attribute.
By restoring this we restore Terraform's ability to produce all of the
parts of a basic PKI/CA, which is useful for creating dev environments
and bootstrapping PKI for production environments.
2016-09-24 12:22:07 -07:00
Sean Chittenden
31f20a1f31
AWS S3 bucket life_cycle rule IDs must be unique.
2016-09-23 15:09:25 -07:00
Sean Chittenden
74eb2e74c1
Whitespace nit.
2016-09-23 10:59:27 -07:00
Alex Meng
79e1c55680
aws_flow_docs
...
Update aws_flow_log docs with aws_cloudwatch_log_group resource example.
2016-09-23 11:18:17 -06:00
Chris Marchesi
5af63c233e
provider/aws: Add query_string_cache_keys to aws_cloudfront_distribution
...
Looks like AWS updated their API and now our tests are failing
because QueryStringCacheKeys was not included in the distribution
configuration.
This adds support for specifying query string cache keys in the
CloudFront distribution configuration, which ensures that only a subset
of query string keys are actually cached when forwarding query strings,
possibly improving performance.
2016-09-23 13:11:05 +01:00
Chris Marchesi
ec2b345ed0
provider/aws: Enable aws_cloudfront_distribution HTTP/2
...
Added http_version to aws_cloudfront_distribution, which allows
selection of the maximum HTTP version to use in the distribution.
Defaults to http2.
Fixes hashicorp/terraform#8730 .
2016-09-23 13:10:33 +01:00
stack72
cea685099e
Merge branch 'elasticache-cluster-import' of https://github.com/AMeng/terraform into AMeng-elasticache-cluster-import
2016-09-23 10:04:57 +01:00
Paul Stack
a8a1f6d166
Merge pull request #9007 from steve-jansen/patch-2
...
Update aws_lambda_permission doc for CloudWatch Events
2016-09-23 09:00:52 +01:00