Commit Graph

13312 Commits

Author SHA1 Message Date
Sean Chittenden
b1c3649eac
Append to debug log files, don't clobber. 2016-10-18 13:08:23 -07:00
Colin Wood
6d1e7ab1eb Merge pull request #9438 from ksatirli/patch-3
adds import instructions for Bitbucket repos
2016-10-18 11:56:25 -07: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
Clint
2be676c9bb Merge pull request #9418 from hashicorp/bump-aws
provider/aws: Update AWS SDK to 1.4.18
2016-10-18 10:50:47 -05:00
James Bardin
46185981a2 Merge pull request #9436 from hashicorp/jbardin/vet
Fix vet issues
2016-10-18 11:31:34 -04:00
James Bardin
f175497dd7 Fix vet issues
None were critical, but these will fail with the next version of vet.
2016-10-18 11:11:12 -04:00
Clint
1df6c4d5c0 Merge pull request #9434 from mwarkentin/patch-1
Fix typo
2016-10-18 09:41:21 -05:00
Michael Warkentin
2a136ef7f2 Fix typo 2016-10-18 10:34:58 -04:00
James Nugent
9e02431ed8 release: clean up after v0.7.7 2016-10-18 13:46:02 +00:00
clint shryock
3faaccd2a5 update aws sdk to 1.4.18 2016-10-18 08:42:03 -05:00
James Nugent
fa6a83ebdc
v0.7.7 2016-10-18 13:36:31 +00:00
James Nugent
1b0cad1a2b Update CHANGELOG.md 2016-10-18 08:14:25 -05: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
7fb8abd168 Update CHANGELOG.md 2016-10-18 08:10:13 -05:00
James Nugent
9f1a0eafc0 provider/scaleway: Add missing documentation links 2016-10-18 08:08:56 -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
c38a6c2ce0 Update CHANGELOG.md 2016-10-18 08:02:19 -05:00
James Nugent
e2f3832769 provider/azurerm: Fix error message wording 2016-10-18 08:00:38 -05:00
James Nugent
760587092a Merge branch 'GH-9311' of https://github.com/carinadigital/terraform into carinadigital-GH-9311 2016-10-18 07:51:37 -05:00
James Bardin
387181b3ee Merge pull request #9420 from hashicorp/jbardin/apply-parallel-test
Make TestApply_parallelism more reliable
2016-10-18 08:48:47 -04: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
James Nugent
0c4b4a1970 Merge pull request #9429 from hashicorp/f-aws-new-region
aws: Add missing metadata for us-east-2
2016-10-18 07:44:01 -05:00
James Nugent
7c2f62c295 Merge pull request #9432 from jamtur01/patch-13
Added list element syntax
2016-10-18 07:43:10 -05:00
James Nugent
819d2e1abf Update CHANGELOG.md 2016-10-18 07:42:15 -05:00
James Nugent
abb51e02bb Merge pull request #9431 from kwilczynski/fix/handle-missing-route-aws_route
provider/aws: Handle the case where Route Table is already gone.
2016-10-18 07:37:54 -05:00
James Turnbull
affb2c6511 Added list element syntax 2016-10-18 23:37:50 +11:00
Krzysztof Wilczynski
b74de12bd6
Handle the case where Route Table is already gone.
This commit changes the behaviour of the `ExistsFunc`, where by default
lack of a route table (e.g. already removed, etc.) would cause an error
to be thrown. This makes is hard to carry out any action e.g. plan,
refresh, or destroy, that rely on the route table existance check.

Also, make error messages a little better in terms of wording, etc.

Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
2016-10-18 11:56:47 +01:00
Andreas Kyrris
182ebf3abb Use better variable naming. 2016-10-18 10:44:15 +01:00
Radek Simko
4b36bc3210
aws: Add missing metadata for us-east-2 2016-10-18 09:31:57 +01:00
Andreas Kyrris
da12ed640a Checking for azure credentials isn't required.
The check for ARM_SUBSCRIPTION_ID breaks the PR testing. The PR
testing isn't trying to check acceptance tests anyway.
There will still be a correct failure for missing ARM_SUBSCRIPTION_ID
when running the acceptance test due to the later testAccPreCheck().
2016-10-18 09:26:36 +01:00
Andreas Kyrris
7b133ad356 Fix id of azurerm_lb_backend_address_pool, azurerm_lb_rule, azurerm_lb_nat_rule, azurerm_lb_nat_pool. 2016-10-18 08:48:25 +01:00
Andreas Kyrris
4a22fa0438 Use Probe's property to lookup loadbalancer_id. 2016-10-18 08:33:31 +01:00
Andreas Kyrris
e63d120b57 Fix id of azurerm_lb_probe. 2016-10-18 08:33:31 +01:00
Andreas Kyrris
a0ad874d25 Update test for azurerm_lb_nat_rule id. 2016-10-18 08:33:31 +01:00
Andreas Kyrris
4bf1985453 Update test for azurerm_lb_nat_pool id. 2016-10-18 08:33:31 +01:00
Andreas Kyrris
f4980bf1b5 Update test for azurerm_lb_rule id. 2016-10-18 08:33:31 +01:00
Andreas Kyrris
c1d4397673 Update test for azurerm_lb_probe id. 2016-10-18 08:33:31 +01:00
Andreas Kyrris
25794f6692 Update test for azurerm_lb_backend_address_pool id. 2016-10-18 08:33:31 +01:00
James Bardin
54d50c90b1 Make TestApply_parallelism more reliable
Wait for our expected number of goroutines to be staged and ready, then
allow Run() to complete. Use a high-water-mark counter to ensure we
never exceeded the max expected concurrent goroutines at any point
during the run.
2016-10-17 18:26:16 -04:00
Clint
94cbc37312 Update CHANGELOG.md 2016-10-17 15:57:19 -05:00
Clint
e95b591738 Merge pull request #9414 from mattmoyer/us-east-2
provider/aws: Add support for AWS US East (Ohio) region.
2016-10-17 15:55:57 -05:00
Matt Moyer
2b9f5f5f6f Add support for AWS US East (Ohio) region. 2016-10-17 15:48:18 -05:00
James Nugent
0e20aa3186 Merge pull request #9409 from jamtur01/varedits
Some edits to the variables sections
2016-10-17 12:55:39 -05:00
James Turnbull
68b88f273e Some edits to the variables sections
1. Fixes a duplicate word.
2. Fixes a variety of formatting.
3. Re-structures variable assignment section.
4. Sets Notes to consistent style.
2016-10-18 04:35:39 +11:00
James Nugent
d12b637602 docs: Clarify terraform.tfvars file additions 2016-10-17 11:39:12 -05:00
James Nugent
0f52c29857 Merge branch 'patch-1' of https://github.com/jbruettcva/terraform into jbruettcva-patch-1 2016-10-17 11:35:34 -05:00
James Bardin
7478b7a914 Merge pull request #9369 from hashicorp/jbardin/TestBuildEC2AttributeFilterList
Make buildEC2AttributeFilterList output sorted
2016-10-17 12:34:34 -04:00
John Bruett
08ef4c0dd3 Update variables.html.md regarding variable files
Add information under Variable Files to explain how terraform.tfvars file is used.  currently that documenation only exists in the getting started guide.  The added information was taken directly from the getting started guide.
2016-10-17 12:29:57 -04:00
Clint
c7171e7e6e Update CHANGELOG.md 2016-10-17 09:13:26 -05:00
Tom Wilkie
08c5d2a939 Read back aws_launch_configuration's associate_public_ip_address field, to enable importing. 2016-10-17 09:12:25 -05:00