Mitchell Hashimoto
5828a0a9ac
terraform: minimal applies work!
2016-10-19 13:38:49 -07:00
Mitchell Hashimoto
dc9b9eee44
terraform: connect providers in the apply graph
2016-10-19 13:38:49 -07:00
Mitchell Hashimoto
77b9177bd5
terraform: an incredible number of failing tests!
2016-10-19 13:38:49 -07:00
Mitchell Hashimoto
3f090df26e
terraform: start apply-based graph builder, basic diff transform
2016-10-19 13:38:01 -07:00
Mitchell Hashimoto
361bc5a8df
terraform: parse internal resource addresses used in state/diff
2016-10-19 13:38:01 -07:00
Mitchell Hashimoto
50afee2a30
terraform: Diff.Empty should be true for nil Diff
2016-10-19 13:38:01 -07:00
Mitchell Hashimoto
0fe51b334c
Merge pull request #9334 from hashicorp/f-shadow-graph
...
terraform: Shadow Graph
2016-10-19 13:36:10 -07:00
oleksandr.bushkovskyi
f9b6d2df8f
provider/google: add scope aliases
2016-10-19 23:14:55 +03:00
James Nugent
f06726f57b
vagrant: Upgrade to Go 1.7.3
2016-10-19 15:12:57 -05:00
Mitchell Hashimoto
35d1868618
terraform: remove ModuleDiff.GoString
...
To address comments by @jbardin re: if we had a mutex this will fail
vet.
2016-10-19 10:07:47 -07:00
Krzysztof Wilczynski
219efaa64f
Rename the file to match the naming scheme.
...
This commit is a maintenance change aimed at aligning file names so that they
fall in line with the established naming convention.
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
2016-10-19 16:34:35 +01: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
Clint
d0b3fd1c71
Update CHANGELOG.md
2016-10-19 10:25:48 -05:00
Clint
7b9e58423c
Merge pull request #9453 from tomwilkie/8187-import-associate_public_ip_address
...
Infer aws_instance.associate_public_ip_address from the presence of a network interface association.
2016-10-19 10:24:34 -05:00
Tom Wilkie
e79ebfc113
Infer aws_instance.associate_public_ip_address from the presence of a network interface association.
2016-10-19 16:16:04 +01:00
clint shryock
bdb60893d5
provider/aws: Update ElastiCache tests to redis 3.2
2016-10-19 09:48:15 -05:00
clint shryock
22b3e8998d
Merge branch 'master' of github.com:hashicorp/terraform
...
* 'master' of github.com:hashicorp/terraform:
Don't assert nil values in convertStringArr
2016-10-19 09:47:30 -05:00
clint shryock
70eb45d1e9
provider/aws: Update ElasticCache cluster redis params for new default
2016-10-19 09:43:27 -05:00
James Bardin
e5c6031469
Merge pull request #9451 from hashicorp/jbardin/GH-9428
...
Don't assert nil values in convertStringArr
2016-10-19 10:26:35 -04:00
clint shryock
e90fa6abd4
provider/aws: Tidy up IAM user acc tests
2016-10-19 09:22:27 -05:00
James Bardin
4be35a5e4e
Don't assert nil values in convertStringArr
...
Some of the inputs to this function may not have been validated
2016-10-19 10:06:13 -04:00
James Nugent
1a08318a45
Merge pull request #9447 from complexsplit/patch-1
...
Update provision.html.md
2016-10-18 23:21:38 -05:00
Anthony Elizondo
7807d687ab
Update provision.html.md
2016-10-19 00:03:31 -04:00
James Nugent
8b09830895
Merge pull request #9441 from markgar/patch-1
...
Update to new portal experience
2016-10-18 16:23:50 -05:00
Sean Chittenden
58b8c35c64
Update CHANGELOG.md
2016-10-18 13:19:05 -07:00
Sean Chittenden
271a986b0d
Merge pull request #9440 from hashicorp/f-append-logs
...
Append to debug log files, don't clobber.
2016-10-18 13:14:19 -07: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
Sean Chittenden
5bd97d64fa
Update the docs to indicate that `TF_LOG_PLAN` is append now.
2016-10-18 13:10:15 -07:00
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