Brad Sickles
65523fa006
provider/archive: Converting to datasource. ( #8492 )
...
* Converting archive_file to datasource.
* Ratcheting back new dir perms.
* Ratcheting back new dir perms.
* goimports
* Adding output_base64sha256 attribute to archive_file.
Updating docs.
* Dropping CheckDestroy since this is a data source.
* Correcting data source attribute checks.
2016-10-25 15:59:06 +01:00
Tom Harvey
59a81da74e
provider/azurerm: Event Hub Namespaces ( #9297 )
...
Add support for EventHub NameSpaces
2016-10-25 15:50:07 +01:00
Mitchell Hashimoto
323e0374b7
Merge pull request #9581 from jamtur01/provdoc
...
Added provider to meta-param resource docs
2016-10-25 07:25:43 -07:00
Paul Stack
e4ddf24b51
Merge pull request #9321 from Zhebr/patch-1
...
provider/scaleway: add missing information
2016-10-25 14:39:49 +01:00
Paul Stack
c7935a0fd2
Merge pull request #9584 from hashicorp/aws-iam-group-name-validation
...
provider/aws: Add validation to IAM User and Group Name
2016-10-25 14:23:17 +01:00
Paul Stack
a24a068196
Merge pull request #8674 from enieuw/feature/arm_storage_file
...
provider/azurerm: Implement azurerm_storage_share
2016-10-25 14:16:46 +01:00
Paul Stack
10c072a611
Merge pull request #9586 from hashicorp/arm-docs-datasource
...
docs/azurerm: Fix the 404 when chosing the client_config datasource page
2016-10-25 14:10:11 +01:00
Peter McAtominey
8ec91978f3
provider/azurerm: fix key_vault docs mentioning ServiceBus
2016-10-25 13:56:22 +01:00
stack72
02b402847a
docs/azurerm: Fix the 404 when chosing the client_config datasource page
2016-10-25 13:54:12 +01:00
Paul Stack
ecb467aa7d
Merge pull request #9478 from BedeGaming/azurerm-keyvault
...
provider/azurerm: key_vault resource and client_config datasource
2016-10-25 13:35:29 +01:00
stack72
79557bca80
provider/aws: Add validation to IAM User and Group Name
...
This will allow us to catch errors at plan time rather than waiting for
the API to tell us...
Documentation for IAM User NAme Validation -
http://docs.aws.amazon.com/cli/latest/reference/iam/create-user.html
Documentation for IAM Group Name validation -
http://docs.aws.amazon.com/cli/latest/reference/iam/create-group.html
```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSIAMGroup_'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2016/10/25 13:18:41 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSIAMGroup_
-timeout 120m
=== RUN TestAccAWSIAMGroup_importBasic
--- PASS: TestAccAWSIAMGroup_importBasic (13.80s)
=== RUN TestAccAWSIAMGroup_basic
--- PASS: TestAccAWSIAMGroup_basic (23.30s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws37.121s
```
```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSUser_' ✚
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2016/10/25 13:22:23 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSUser_ -timeout 120m
=== RUN TestAccAWSUser_importBasic
--- PASS: TestAccAWSUser_importBasic (14.33s)
=== RUN TestAccAWSUser_basic
--- PASS: TestAccAWSUser_basic (25.36s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws 39.710s
```
2016-10-25 13:18:41 +01:00
Peter McAtominey
e7d64b28bd
provider/azurerm: add key_vault resource
...
- vendor keyvault sdk package
```
TF_ACC=1 go test ./builtin/providers/azurerm -v -run TestAccAzureRMKeyV -timeout 120m
=== RUN TestAccAzureRMKeyVault_importBasic
--- PASS: TestAccAzureRMKeyVault_importBasic (89.01s)
=== RUN TestAccAzureRMKeyVault_basic
--- PASS: TestAccAzureRMKeyVault_basic (83.36s)
=== RUN TestAccAzureRMKeyVault_update
--- PASS: TestAccAzureRMKeyVault_update (102.83s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/azurerm 275.285s
```
2016-10-25 13:01:45 +01:00
James Turnbull
15e42ac939
Added provider to meta-param resource docs
...
I am not sure `provider` IS a meta-param but it looks like one...
2016-10-25 06:56:33 -04:00
Paul Stack
a65dc539ac
Merge pull request #9504 from hashicorp/aws-redshift-sng-tags
...
provider/aws: Add tagging support to aws_redshift_subnet_group
2016-10-25 11:48:16 +01:00
stack72
4488fccc05
Merge branch 'andrewsomething-issue/9402'
2016-10-25 11:41:45 +01:00
stack72
11e9e79104
Merge branch 'issue/9402' of https://github.com/andrewsomething/terraform into andrewsomething-issue/9402
2016-10-25 11:13:22 +01:00
James Turnbull
f83c988496
Added another anchor
2016-10-25 03:39:15 -04:00
Andrew Starr-Bochicchio
ccff5af8e7
Allow resizing DigitalOcean Droplets without increasing disk size.
2016-10-24 20:00:04 -04:00
Mike Tougeron
ed7d19783f
Add 'tags' attribute to the docs for aws_cloudfront_distribution
2016-10-24 15:10:37 -07:00
Mitchell Hashimoto
f6873be4f1
Update remote_state.html.md
2016-10-24 14:14:49 -07:00
Paul Stack
8552546132
Merge pull request #9269 from hashicorp/gitter-link
...
website: Adding gitter link to the community page
2016-10-24 17:38:14 +01:00
Paul Stack
765dc19286
Merge pull request #9022 from heimweh/master
...
Adding PagerDuty provider
2016-10-24 17:07:22 +01:00
Paul Stack
7ac85e9f6d
Merge pull request #9408 from BedeGaming/azurerm-storage-account-tier
...
provider/azurerm: add account_kind and access_tier to storage_account
2016-10-24 14:15:34 +01:00
Alexander Hellbom
4c45c790c3
Add support for teams in escalation policies & vendor support
2016-10-24 15:01:35 +02:00
stack72
52f2717bfb
provider/aws: Add tagging support to aws_redshift_subnet_group
...
Fixes #9492
```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSRedshiftSubnetGroup_'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2016/10/21 17:16:02 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSRedshiftSubnetGroup_ -timeout 120m
=== RUN TestAccAWSRedshiftSubnetGroup_importBasic
--- PASS: TestAccAWSRedshiftSubnetGroup_importBasic (86.54s)
=== RUN TestAccAWSRedshiftSubnetGroup_basic
--- PASS: TestAccAWSRedshiftSubnetGroup_basic (85.50s)
=== RUN TestAccAWSRedshiftSubnetGroup_updateSubnetIds
--- PASS: TestAccAWSRedshiftSubnetGroup_updateSubnetIds (140.01s)
=== RUN TestAccAWSRedshiftSubnetGroup_tags
--- PASS: TestAccAWSRedshiftSubnetGroup_tags (136.02s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws 448.075
```
2016-10-24 13:44:46 +01:00
Alexander Hellbom
b40ba1042f
escalation_rule -> rule
2016-10-24 14:19:59 +02:00
Alexander Hellbom
a6abce7e60
schedule_layer -> layer
2016-10-24 14:19:59 +02:00
Alexander Hellbom
97e48f659f
Add data source for on call users
2016-10-24 14:19:59 +02:00
Alexander Hellbom
819eca48a5
Prettify pagerduty layout
2016-10-24 14:19:57 +02:00
Alexander Hellbom
fddefa6f33
Add documentation for `service_integration`
2016-10-24 14:19:56 +02:00
Alexander Hellbom
5c99f1317a
Update documentation
2016-10-24 14:19:56 +02:00
Alexander Hellbom
6b419e6594
Add documentation
2016-10-24 14:19:55 +02:00
Paul Stack
7f35b56df8
Merge pull request #9454 from kwilczynski/feature/improve-documentation-aws_ecs_task_definition
...
provider/aws: Re-factor documentation for the aws_ecs_task_definition resource.
2016-10-24 15:57:49 +04:00
Paul Stack
184de27519
Merge pull request #9528 from jrstarke/cloudformation_parameters
...
Added a Parameter example
2016-10-24 15:54:09 +04:00
Paul Stack
243c662b09
Merge pull request #9540 from jamtur01/varsres
...
Cleanup of the resources and variables pages
2016-10-24 15:53:27 +04:00
Paul Stack
532e540347
Merge pull request #9544 from kwilczynski/fix/correct-linked-documentation
...
provider/aws: Remove references to documentation localised in French.
2016-10-24 15:52:32 +04:00
ddegoede
711e9040d1
typo in hyperlink display text ( #9541 )
2016-10-24 13:37:57 +02:00
Krzysztof Wilczynski
263b1467a8
Remove references to documentation localised in French.
...
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
2016-10-24 11:59:03 +01:00
James Turnbull
0d5f86bd0d
Cleanup of the resources and variables pages
...
1. Added a heredoc example to the variables page.
2. Tidied up and added headers.
3. Some minor whitespace and grammar edits.
2016-10-24 20:05:25 +11:00
Jamie Starke
184e3ce8ad
Fixed the parameters structure
...
Removed the `=` from the parameters structure, and changed the `VPCCidrParameter` to match `VPCCidr` in the Cloudformation template.
2016-10-23 19:13:45 -07:00
Mitchell Hashimoto
69ce353815
Merge pull request #9523 from ksatirli/patch-3
...
adds missing `language` argument
2016-10-23 15:50:32 -07:00
Joe Topjian
74f990ff5c
provider/openstack: gophercloud migration: Removing APIKey Attribute
...
gophercloud/gophercloud no longer supports the APIKey authentication
attribute. Removal of this attribute may impact users who were using
the Terraform OpenStack provider in with vendor-modified clouds.
2016-10-23 02:38:17 +00:00
Jamie Starke
3ba46b2a9b
Added a Parameter example
2016-10-22 17:23:38 -07:00
Walter Dolce
6033c49498
Fix link pointing to GCE docs
...
This partially fixes #9522 . Not sure about the first link reported.
2016-10-22 18:34:59 +01:00
Kerim Satirli
baf2920acf
adds missing `language` argument
...
Best I can tell from https://github.com/hashicorp/terraform/blob/HEAD/builtin/providers/bitbucket/resource_repository.go#L23 , the `language` argument is missing.
Adding it in a `bitbucket_repository` resource is supported:
```
resource "bitbucket_repository" "test-repository" {
owner = "${var.bitbucket_username}"
name = "test-repository"
scm = "${var.bitbucket_settings["scm"]}"
language = "markdown"
}
```
2016-10-22 18:35:37 +02:00
Paul Stack
faa9c4ba59
docs/aws: Document the default of aws_alb enable_deletion_protection ( #9503 )
...
Fixes #9486
2016-10-22 13:36:37 +01:00
Cameron Stokes
f6b149932c
~website: Remove duplicate Bitbucket link in sidebar.
2016-10-21 14:24:46 -07:00
Clint
7d8a5e4423
Merge pull request #9172 from dnABic/docs-p2
...
Documentation Update: Changing virtualization type in documentation for aws_instance
2016-10-21 10:10:27 -05:00
Paul Stack
c31f85a953
Merge pull request #9494 from cblecker/google-import-docs
...
provider/google: Add google resources to importability docs
2016-10-21 17:30:17 +04:00
Paul Stack
ccf3f6e5ae
Merge pull request #9500 from niclasnilsson/patch-1
...
Bugfix in example
2016-10-21 17:29:37 +04:00