James Bardin
9d0faa2cae
Strip off extra \n in hcl encoded variables
...
They don't change the value, but they do currently end up in the UI
2016-08-04 17:18:43 -04:00
Lars Wander
f75c3a9459
Update CHANGELOG.md
2016-08-04 16:56:18 -04:00
Lars Wander
953e2ec565
Merge pull request #7029 from igorwwwwwwwwwwwwwwwwwwww/google-instance-wait-project
...
provider/google: Use resource-specific project when waiting for creation, instead of global
2016-08-04 16:54:30 -04:00
Davide Agnello
895383ac92
vSphere file resource: extending functionality to copy files in vSphere
...
* Enables copy of files within vSphere
* Can copy files between different datacenters and datastores
* Update can move uploaded or copied files between datacenters and datastores
* Preserves original functionality for backward compatibility
2016-08-04 13:49:28 -07:00
James Bardin
9b4a6ee71d
Merge pull request #7979 from hashicorp/jbardin/copystructure
...
update github.com/mitchellh/copystructure
2016-08-04 16:33:05 -04:00
Paul Stack
2b743915fd
Update CHANGELOG.md
2016-08-05 05:29:57 +10:00
Dan Allegood
ed77105822
Improved SCSI controller handling ( #7908 )
...
Govmomi tries to use the 7th slot in a scsi controller, which is not
allowed. This patch will appropriately select the slot to attach a disk
to as well as determine if a scsi controller is full.
2016-08-05 05:29:02 +10:00
Paul Stack
f140724ee6
Update CHANGELOG.md
2016-08-05 05:27:53 +10:00
Raphael Randschau
582e3bd883
provider/aws: guard against missing digestSha 7956 ( #7966 )
2016-08-05 05:26:43 +10:00
Joern Barthel
8accef2c27
Added IP ranges from AWS
2016-08-04 19:20:14 +02:00
Joern Barthel
13ea0a01c6
Added IP ranges from Fastly
2016-08-04 19:19:43 +02:00
James Bardin
403d97183e
update github.com/mitchellh/copystructure
...
Patched a panic where copystructure tries to set an unexported struct
field.
2016-08-04 11:23:59 -04:00
James Bardin
bb84dc75b7
Fix improper wait group usage in test
2016-08-04 11:20:11 -04:00
James Bardin
bf83b435e1
numeric variables aren't always interpreted as str
...
If we have a number value in our config variables, format it as a
string, and send it with the HCL=true flag just in case.
Also use %g for for float encoding, as the output is a generally a
little friendlier.
2016-08-04 11:19:26 -04:00
Radek Simko
98d8440711
docs/aws: Fix ordering of data sources ( #7970 )
2016-08-04 09:40:45 +01:00
Sam Stavinoha
a0fc4276ba
remove duplicate 'recipients' argument ( #7968 )
2016-08-04 07:47:12 +01:00
Evan Brown
89df636163
Merge pull request #7852 from gaker/google-provider-backend-cdn
...
google_compute_backend_service "enable_cdn"
2016-08-03 20:11:54 -07:00
James Nugent
4b6eea8593
Merge pull request #7945 from kylewest/patch-1
...
fix awkward wording of atlas token generation
2016-08-03 14:26:22 -07:00
James Nugent
b33871d966
Merge pull request #7954 from ehmo/patch-1
...
typo
2016-08-03 14:25:37 -07:00
Rasty Turek
96d88f1714
typo
2016-08-03 13:44:52 -07:00
Krzysztof Wilczynski
ec7ff802b6
Fix link to the remote state link post 0.7.x. ( #7946 )
...
* Fix link to the remote state link post 0.7.x.
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
* Correct "resource" to "data source".
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
2016-08-03 19:45:14 +01:00
Cecchi MacNaughton
8d9a9ddebe
Correct typo in `length()` documentation ( #7947 )
2016-08-03 18:48:00 +01:00
Kyle West
c584287cf9
fix awkward wording of atlas token generation
...
Too many "to"s (and other prepositions) made this hard to skim.
2016-08-03 10:54:25 -04:00
James Nugent
5320a54831
Merge pull request #7944 from grayaii/master
...
Increase timeout yet again for aws elasticsearch resource
2016-08-03 07:49:31 -07:00
grayaii
cb5062d237
Increase timeout yet again for aws elasticsearch resource
...
We create hundreds of AWS Elasticsearch resources over the last few months and we get occasional timeout failures from AWS. This will PR is to increase the timeout once again. I did it before:
https://github.com/hashicorp/terraform/pull/5910/files
But we've seen enough timeouts from AWS on this resource that increasing the timeout seems like the only solution.
2016-08-03 16:39:28 +02:00
James Nugent
c34cfec14a
Merge pull request #7933 from hashicorp/resource-import-list
...
website/docs: Adding a list of resources that are available to import now
2016-08-03 07:16:56 -07:00
James Nugent
581f23dfa0
docs: Tidy up importabable resources list
2016-08-03 07:15:26 -07:00
James Nugent
7fa0f24c9d
Merge pull request #7940 from jasonamyers/patch-1
...
Update ecs_task_definition.html.markdown
2016-08-03 07:11:10 -07:00
Martin Atkins
5f85d3f4c4
Merge #7941 : Fix terraform_remote_state documentation
2016-08-03 06:52:50 -07:00
Dan Webb
8e6dd97eba
Fix terraform_remote_state documentation
...
Fixing minor typo to match documentation on https://www.terraform.io/docs/providers/terraform/d/remote_state.html
2016-08-03 14:07:57 +01:00
Jason Myers
f335c5fa91
Update ecs_task_definition.html.markdown
...
Add a note about the recently added task_role_arn argument.
2016-08-03 07:51:41 -05:00
James Nugent
395c6d2df0
Merge pull request #7857 from hashicorp/bump-aws-sdk-1.2.10
...
provider/aws: Bump SDK package version to v1.2.10
2016-08-03 00:04:09 -07:00
stack72
9a4c0c2455
docs/aws: Clarifying that needs the ARN of the IAM Role not the ID
2016-08-03 13:24:54 +10:00
stack72
6c35953994
website/docs: Adding a list of resources that are available to import now
2016-08-03 13:18:36 +10:00
Paul Hinze
70f43ac8dc
website: fix community page typo
2016-08-02 20:00:02 -05:00
Paul Hinze
3dcee8fb18
Merge pull request #7921 from hashicorp/f-people
...
website: update community people section
2016-08-02 16:12:12 -05:00
Paul Hinze
ab30753498
website: update community people section
...
As the page says:
> Over time, faces may appear from this list as contributors come and
> go.
Let's reflect the list of peoople working on Terraform nowadays! :)
2016-08-02 16:03:02 -05:00
Paul Hinze
79f2f229b1
website: add listmap anchor to upgrade guide
...
linked from blog post
2016-08-02 14:13:25 -05:00
Paul Stack
9306e29651
docs/website: Linking the downloads page to the upgrade guide for 0.7 ( #7913 )
2016-08-03 05:06:44 +10:00
James Nugent
fa64ac7815
release: clean up after v0.7.0
2016-08-02 18:17:05 +00:00
James Nugent
e822a79165
v0.7.0
2016-08-02 17:59:44 +00:00
James Bardin
9a0e18e640
Merge pull request #7900 from hashicorp/d-upgrade-guide
...
website: v0.7 Upgrade Guide
2016-08-02 13:27:22 -04:00
James Bardin
e1532738e6
Minor fixups
...
Some spelling and working fixes.
Added mention of deprecation warning to exisiting data sources as
resources.
Mention `~/.terraform.d` for old builtin plugin location
Added mention of `terraform.tfvars` and `-var-file` in map value
overrides.
2016-08-02 11:20:53 -04:00
James Bardin
81bb6b7264
Merge pull request #7905 from hashicorp/jbardin/merge
...
core: Add merge interpolation function
2016-08-02 09:45:20 -04:00
James Bardin
2a11f3a138
make variadic syntax consistent in docs
2016-08-02 09:34:29 -04:00
James Bardin
068059ab3f
Add `merge` doc
2016-08-02 09:33:08 -04:00
James Nugent
754d97f68b
Merge pull request #7903 from hashicorp/jbardin/logging
...
Silence log output during tests when not verbose
2016-08-01 21:31:00 -07:00
James Nugent
6bd3712f03
Merge pull request #7895 from hashicorp/import-aws-dbsg
...
provider/aws: Support Import of `aws_db_security_group`
2016-08-01 19:44:15 -05:00
James Nugent
acb6fb5422
Merge pull request #7896 from hashicorp/import-aws-redshiftsg
...
provider/aws: Support Import of `aws_redshift_security_group`
2016-08-01 19:43:27 -05:00
Paul Stack
c42121b6c0
Update CHANGELOG.md
2016-08-02 09:57:22 +10:00