Mitchell Hashimoto
f6873be4f1
Update remote_state.html.md
2016-10-24 14:14:49 -07: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
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
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
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
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
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
ccf3f6e5ae
Merge pull request #9500 from niclasnilsson/patch-1
...
Bugfix in example
2016-10-21 17:29:37 +04:00
Paul Stack
543a06db85
Merge pull request #9475 from IceBear2k/patch-1
...
Fix Scaleway documentation typo/error
2016-10-21 14:36:38 +04:00
Niclas Nilsson
2a5b3e406d
Bugfix in example
...
Shouldn't the aws_route53_record in the example should use the "dev" zone_id?
2016-10-21 11:11:39 +02:00
Pat Downey
89803a2d00
fix incorrect reference to iops property in `aws_ami` data source
2016-10-20 09:50:04 -05:00
IceBear
659f71734e
Fix error
...
This is definitely scaleway_server instead of scaleway_volume, wouldn't make any sense otherwise.
2016-10-20 11:49:54 +02:00
Krzysztof Wilczynski
2c67f9e875
Re-factor documentation for the aws_ecs_task_definition resource.
...
This commits changes the documentation of the aws_ecs_task_definition
resource to ensure that the `container_definitions` attribute consumes
a valid JSON document containing a list of valid container definitions,
rather than that the attribute itself is a list, etc.
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
2016-10-19 16:29:43 +01:00
Mark Garner
429262b08e
Update to new portal experience
...
Added updated instructions for creating app registration in the new ARM portal. Updated instructions for granting permissions to the app registration as well.
2016-10-18 15:11:37 -05:00
Kerim Satirli
9b031405e3
adds import instructions for Bitbucket repos
...
Hi there!
Started playing with the Bitbucket provider (great job @cwood!) and wanted to import a few dozen repositories. The documentation currently does not list it, but importing repositories is possible, using the following (for a repository identified as `my-repo`:
```
$ terraform import bitbucket_repository.my-repo my-repo
```
Hope this helps!
2016-10-18 20:51:24 +02:00
James Nugent
fc2d973e26
Merge pull request #9387 from nicolai86/feat/scaleway-import
...
provider/scaleway: add support for importing resources
2016-10-18 08:11:09 -05:00
James Nugent
4ef3ab70f9
Merge branch 'feat/provider-scaleway-bootscript' of https://github.com/nicolai86/terraform into nicolai86-feat/provider-scaleway-bootscript
2016-10-18 08:06:14 -05:00
James Nugent
7bd25d7d48
Merge pull request #9319 from mysza/patch-1
...
provider/google docs: Config should reflect description
2016-10-18 07:44:58 -05:00
Peter McAtominey
89b49f809b
provider/azurerm: add account_kind and access_tier to storage_account resource
...
TF_ACC=1 go test ./builtin/providers/azurerm -v -run TestAccAzureRMStorageAccount -timeout 120m
=== RUN TestAccAzureRMStorageAccount_importBasic
--- PASS: TestAccAzureRMStorageAccount_importBasic (140.06s)
=== RUN TestAccAzureRMStorageAccount_basic
--- PASS: TestAccAzureRMStorageAccount_basic (155.43s)
=== RUN TestAccAzureRMStorageAccount_disappears
--- PASS: TestAccAzureRMStorageAccount_disappears (134.99s)
=== RUN TestAccAzureRMStorageAccount_blobEncryption
--- PASS: TestAccAzureRMStorageAccount_blobEncryption (161.59s)
=== RUN TestAccAzureRMStorageAccount_blobStorageWithUpdate
--- PASS: TestAccAzureRMStorageAccount_blobStorageWithUpdate (131.49s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/azurerm 723.694s
2016-10-17 17:49:07 +01:00
Martin Atkins
f86198c155
Merge #9390 : arn attribute for AWS Lambda alias
2016-10-16 10:04:54 -07:00
@tmshn
8ec06e82b6
Added "arn" attribute to AWS Lambda alias
2016-10-16 21:43:44 +09:00
Paul Stack
94ba00b1bd
Merge pull request #9385 from nicolai86/chore/provider-scaleway-doc-fix
...
provider/scaleway: fix headline in docs
2016-10-16 13:37:47 +02:00
Raphael Randschau
fc4c848778
provider/scaleway: add importer support
2016-10-15 23:49:14 +02:00
Raphael Randschau
903170ddf3
provider/scaleway: add image data source
2016-10-15 19:32:08 +02:00
Raphael Randschau
1552c33033
provider/scaleway: add bootscript data source
...
bootscripts allow you to start Scaleway servers with a specific kernel version.
The `scaleway_server` has always had a bootscript parameter, and the
`scaleway_bootscript` datasource allows you to lookup bootscripts to be used in
conjunction with the `scaleway_server` resource.
2016-10-15 19:32:01 +02:00
Raphael Randschau
5cba23bf7b
provider/scaleway: fix headline in docs
2016-10-15 14:29:11 +02:00
Paul Stack
0359146e8d
Merge pull request #9360 from jcrowthe/patch-1
...
What should be specified is not obvious for Azure Network Security Groups
2016-10-15 02:47:18 +01:00
dnABic
4daf9eeef4
Changing t1.micro to t2.micro and m4.large
2016-10-15 01:02:44 +02:00
dnABic
c1d6e36616
Changing t1 to t2 and us-east-1 to us-west-2
2016-10-15 00:37:30 +02:00
James Turnbull
523fffe176
Data source docs missing `data.`
...
Several variables were missing the `data.` prefix in the new subnet and
VPC data source documentation.
2016-10-15 06:32:20 +11:00
Jacob Crowther
90caad5166
Specified a variable's contents
...
Specified that the security group needs to be addressed by it's id and not by its name. This will assist when debugging the error with message "{name} is invalid. Expect fully qualified resource Id that start with azure .properties.networkSecurityGroup.id"
2016-10-13 17:20:09 -06:00
Clint
46ee2ef51a
Merge pull request #6819 from hashicorp/f-aws-vpc-data-sources
...
provider/aws: data sources for AWS network planning
2016-10-13 14:17:55 -05:00
Nick Santamaria
6edbe2faf3
Removed errant backtick in AWS provider documentation. ( #9317 )
2016-10-13 08:50:46 -07:00
Martin Atkins
ad314118a6
Merge #9327 : github_repository resource
2016-10-13 08:15:37 -07:00
Martin Atkins
e914db2385
website: github_team_repository purpose clarification
...
With the addition of github_repository it may be confusing that
github_team_repository only creates relationships, rather than creating
actual repositories. To reduce the chance of confusion, we'll make this
explicit in the docs for github_team_repository.
Also taking this opportunity to make the examples consistent with what
would be produced by hclfmt.
2016-10-13 08:04:18 -07:00
Martin Atkins
78c39c7c62
website: docs for github_repository resource
2016-10-13 08:04:18 -07:00