Colin Hebert
32ce8fbcb4
Add network_mode support to docker
2016-01-01 09:57:21 +01:00
James Nugent
c7573de75b
Merge pull request #4458 from kevinlondon/patch-1
...
Update Build documentation to use t2.micro
2015-12-31 10:16:41 -05:00
James Nugent
9da5dec5e7
Merge pull request #4342 from aznashwan/f-azure-localnets
...
provider/azure: added local network gateway resource
2015-12-31 09:52:05 -05:00
James Nugent
38fa25bc38
Merge pull request #4469 from hashicorp/f-solaris-config
...
core: use !windows instead of a list of unixes
2015-12-30 17:47:58 -05:00
James Nugent
1e1d78329e
core: use !windows instead of a list of unixes
...
This allows building on a wider variety of unix-a-likes without needing
to list them all explicitly - Windows is the special case here!
2015-12-30 17:37:24 -05:00
James Nugent
cd32f23476
Merge pull request #4465 from jedineeper/b-fix-aws-eip-docs
...
update docs to reflect that the allocation ID is exported as the attribute 'id'
2015-12-30 14:31:14 -05:00
James Nugent
787e3d4ff3
Merge pull request #4460 from kozo002/fix_typo_in_website_aws_db_instance
...
Fix typo 'auto' => 'allow'
2015-12-30 14:30:20 -05:00
James Nugent
a86210b50b
Merge pull request #4467 from hashicorp/b-azure-upstream
...
provider/azure: Track upstream library changes
2015-12-30 14:19:56 -05:00
James Nugent
f5f49be019
provider/azure: Track upstream library changes
...
vmutils.ConfigureDeploymentFromVMImage has been changed to
vmutils.ConfigureDeploymentFromPublishedVMImage in the upstream library
- this allows us to build.
2015-12-30 14:10:16 -05:00
Craig Marsden
fc39334b52
update docs to reflect that the allocation ID is exported as the attribute 'id'
2015-12-30 17:50:22 +00:00
Radek Simko
669567ae80
Merge pull request #4459 from jmstone617/patch-1
...
Update outputs.html.md
2015-12-30 09:51:42 +01:00
kozo yamagata
2a3c80461f
Fix typo 'auto' => 'allow'
2015-12-30 16:58:23 +09:00
Jordan
bf7220aa53
Update outputs.html.md
...
Fixes small syntax error
2015-12-29 17:21:58 -07:00
Kevin London
9fb631a076
Update Build documentation to use t2.micro
...
This just helps it stay consistent across the doc.
2015-12-29 15:23:38 -08:00
Joe Topjian
febaf55066
Merge pull request #4453 from justinclayton/patch-1
...
provider/openstack: Update lb_pool_v1.html.markdown
2015-12-28 22:09:47 -07:00
Justin Clayton
52aea649e4
Update lb_pool_v1.html.markdown
...
updating docs to match behavior of the code for admin_state_up
2015-12-28 11:25:46 -08:00
Radek Simko
f4e274b2e3
Merge pull request #4449 from stack72/f-aws-docs-lambda-limits
...
provider/aws: lambda function runtime documentation link
2015-12-28 08:08:46 +01:00
stack72
59bfa636c0
Adding a link to the runtime options for the AWS Lambda functions
2015-12-27 21:38:45 +00:00
Radek Simko
2920a4a432
Merge pull request #4448 from TimeIncOSS/remote-state-resource
...
Add Terraform/Remote State documentation to provider/resource section.
2015-12-27 19:20:51 +01:00
John Engelman
b6788479de
Add Terraform/Remote State documentation to provider/resource section.
...
Issue #2074
2015-12-27 19:04:27 +01:00
James Nugent
8eb65bec95
Merge pull request #4425 from sethbergman/patch-1
...
Update install.html.markdown to include examples for $PATH
2015-12-24 17:51:36 -05:00
James Nugent
008dc970b6
provider/azurerm: Fix up network gateway tests
...
This diff represents the changes necessary to make local network
gateway tests pass:
- Parse the resource ID instead of relying on attributes
- Remove unecessary logging (which is handled via the autorest wrapper)
- Resource GUID is removed - if this is actually required for anything
we may need to find a way to supress it during apply, as we get
spurious diffs in plans otherwise.
- Various typos fixed.
2015-12-23 18:49:21 +02:00
Nashwan Azhari
1eb129a99b
provider/azure: added local network gateway resource
2015-12-23 18:49:21 +02:00
James Nugent
6017d0bf97
Merge pull request #4432 from TimeIncOSS/f-aws-ecr-docs-fix
...
docs/aws: Fix highlighting of ECR in sidebar
2015-12-23 11:16:08 -05:00
James Nugent
6fb4c6f91b
Merge pull request #4433 from betawaffle/packet-docs
...
Clarify the docs for Packet a bit.
2015-12-23 11:15:20 -05:00
Radek Simko
ae7dcfcf1b
docs/aws: Fix highlighting of ECR in sidebar
2015-12-23 16:21:22 +01:00
Radek Simko
00da717302
docs/aws: Whitespaces removed
2015-12-23 16:19:28 +01:00
James Nugent
ac9337fc03
Merge pull request #4428 from hashicorp/f-azure-acceptance
...
provider/azure: Copy settings file into variable
2015-12-22 18:13:31 -05:00
James Nugent
6b5c1d50e7
provider/azure: Copy settings file into variable
2015-12-22 17:32:58 -05:00
James Nugent
2a7576068f
provider/azure: Allow AZURE_SETTINGS_FILE for tests
2015-12-22 17:16:31 -05:00
Paul Hinze
0d895ffa96
provider/aws: mention us-east-1 in ECR docs and tests
...
ECR is only available in us-east-1 for now.
Also added missing sidebar links for ECR resources.
/cc @nextrevision
2015-12-22 16:00:21 -06:00
James Nugent
4d74bc789e
provider/azure: Fix vetting error
2015-12-22 16:55:01 -05:00
Clint
c49802de87
Merge pull request #4422 from hashicorp/b-vpc-endpoint-updates
...
VPC Endpoint test updates
2015-12-22 15:46:59 -06:00
Paul Hinze
66f1555727
Update CHANGELOG.md
2015-12-22 15:35:12 -06:00
Paul Hinze
0616c51aa2
Merge pull request #4415 from nextrevision/provider/aws-ecr
...
provider/aws: ecr resources
2015-12-22 15:34:27 -06:00
James Nugent
5c1a246e42
Merge pull request #4426 from hashicorp/b-azure-provider-test
...
provider/azure: Remove obsolete tests
2015-12-22 16:13:18 -05:00
James Nugent
8aa991cb5d
provider/azure: Remove obsolete tests
2015-12-22 16:06:12 -05:00
clint shryock
363defb548
provider/aws: Update Route53 Zone tests
2015-12-22 14:58:43 -06:00
Seth Bergman
47ea43394f
Update install.html.markdown
...
Added example commands for setting environment paths in Linux/Unix and Windows.
2015-12-22 14:18:29 -06:00
clint shryock
558e839bf2
vpc vpn connection test fixes
2015-12-22 12:53:42 -06:00
clint shryock
70bb536be1
skip TestAccAWSVPCPeeringConnection_tags for now
2015-12-22 12:18:22 -06:00
clint shryock
c3d987ab18
VPC Endpoint test updates
2015-12-22 12:12:25 -06:00
Clint
05983fde21
Update CHANGELOG.md
2015-12-22 11:45:17 -06:00
Clint
791b2f0ccd
Merge pull request #4392 from hashicorp/b-vpc-endpoint-updates
...
provider/aws: Update VPC Endpoint to correctly set route table ids, a…
2015-12-22 11:44:49 -06:00
Clint
86776e8b42
Merge pull request #4417 from hashicorp/b-aws-elasticache-testupdates
...
provider/aws: Updates for ElastiCache, ElastiSearch tests
2015-12-22 11:25:20 -06:00
Clint
3fc370285b
Merge pull request #4420 from hashicorp/b-aws-s-test-updates
...
provider/aws: Update tests destroy checks
2015-12-22 11:25:06 -06:00
Paul Hinze
b9ea8d8698
provider/aws: fix CheckDestroy for ProtocolPolicy tests
...
Can only assert that the load balancer is gone, since the test suite
deletes everything, and the load balancer is the way you get to the
proxy protocol policy.
2015-12-22 11:18:11 -06:00
clint shryock
1c2c1a5edb
provider/aws: Update tests destroy checks
2015-12-22 11:08:09 -06:00
James Nugent
041c8a1ce5
Merge pull request #4418 from hashicorp/travis-script
...
Add script for running tests in Travis
2015-12-22 11:27:22 -05:00
James Nugent
45a3b5c542
Add script for running tests in Travis
2015-12-22 11:27:04 -05:00