stack72
acabd4d407
Change ASG Lifecycle Default Result to be computed and added a test to record what the default value is
2016-01-15 22:34:16 +00:00
James Nugent
a6961cad0f
Update CHANGELOG.md
2016-01-15 22:01:19 +00:00
James Nugent
38c86ec697
Merge branch 'f-docker-volumes'
2016-01-15 22:00:30 +00:00
James Nugent
4b7a98584a
provider/docker: Mount named volumes in containers
...
This adds support for specifying named volumes for mounting in a
`docker_container` resource.
2016-01-15 21:59:33 +00:00
James Nugent
c9ebbb9eb2
provider/docker: Add missing sidebar doc link
2016-01-15 21:36:17 +00:00
Sander van Harmelen
52d1e214fb
Merge pull request #4661 from jason-riddle/patch-1
...
Add ENV['no_proxy'] to chef provisioner if no_proxy is detected
2016-01-15 20:32:48 +01:00
James Nugent
2d79e641f3
Update CHANGELOG.md
2016-01-15 17:39:40 +00:00
Colin Hebert
e887ac2523
provider/docker: Add `docker_volume` resource
2016-01-15 17:34:53 +00:00
James Nugent
ead4865b7f
Update CHANGELOG.md
2016-01-15 03:07:16 +00:00
James Nugent
5834e65db9
Merge branch 'paulbellamy-docker-extra-hosts'
2016-01-15 03:05:25 +00:00
James Nugent
3380f08e5a
provider/docker: Tweak and test `host_entry`
...
This adds acceptance tests for specifying extra hosts on Docker
containers. It also renames the repeating block from `hosts` to `host`,
which reads more naturally in the schema when multiple instances of the
block are declared.
2016-01-15 03:02:20 +00:00
James Nugent
933de6b127
provider/aws: valid values for health check types
...
These are as per the AWS API documentation here:
http://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateHealthCheck.html
2016-01-15 00:08:11 +00:00
James Nugent
51d09d8ebb
Merge branch 'patch-1' of https://github.com/Phomias/terraform into Phomias-patch-1
2016-01-15 00:05:40 +00:00
Seth Vargo
ef30df002a
Fix broken link
2016-01-14 17:13:14 -05:00
Seth Vargo
18bf320b7d
Merge pull request #4679 from hashicorp/sethvargo/deploy
...
Migrate to static site deployments
2016-01-14 17:03:25 -05:00
Mitchell Hashimoto
bf5d97ce2c
Merge pull request #4681 from hashicorp/f-graph-imp
...
dag: add HasVertex, HasEdge
2016-01-14 13:59:14 -08:00
Mitchell Hashimoto
5d5045fdd6
dag: add HasVertex, HasEdge
2016-01-14 13:52:01 -08:00
Radek Simko
b333ffa3d2
Update CHANGELOG.md
2016-01-14 21:45:12 +00:00
Phomias
5ec817ba36
add port and type args aws_route53_health_check
...
Taking an educated guess at the valid values of the type argument based on what I read here: http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/health-checks-creating.html
and fix a typo: s/respoonse/response/
2016-01-14 15:38:23 -06:00
Seth Vargo
d2e36c2111
Add Gemfile.lock
2016-01-14 16:03:30 -05:00
Seth Vargo
5e570658b5
Optimize images
2016-01-14 16:03:29 -05:00
Seth Vargo
b49fcba319
Ignore .bundle in website
2016-01-14 16:03:29 -05:00
Seth Vargo
8dbc43639d
Use HTTPS + www. for links
2016-01-14 16:03:26 -05:00
Seth Vargo
193bf2c650
Add new Atlas deploy scripts
2016-01-14 16:00:36 -05:00
Seth Vargo
6855c4c4e0
Remove old heroku stuffs
2016-01-14 16:00:35 -05:00
Clint
e3f84e1e12
Update CHANGELOG.md
2016-01-14 14:57:50 -06:00
Clint
79c32ddbe9
Merge pull request #4627 from ColinHebert/patch-1
...
provider/aws: EBS optimised to force new resource
2016-01-14 14:57:13 -06:00
Clint
1c24eb1905
Update CHANGELOG.md
2016-01-14 14:41:40 -06:00
Clint
8e6fba43ef
Merge pull request #4564 from hashicorp/pr-3741
...
provider/aws: Supporting New AWS Route53 HealthCheck additions (supersedes #3741 )
2016-01-14 14:41:19 -06:00
Jason Riddle
ca39512fa7
Fix the failing chef provisioner test
2016-01-14 13:51:23 -05:00
James Nugent
6acc7a14e4
Merge pull request #4632 from hashicorp/f-aws-profile
...
provider/aws: Add profile to provider config
2016-01-14 17:08:04 +00:00
Paul Hinze
532812d361
Update CHANGELOG.md
2016-01-14 10:33:59 -06:00
Paul Hinze
6bc93ba6e7
Merge pull request #4676 from betawaffle/packet-failure-handling
...
Handle external state changes for Packet resources gracefully.
2016-01-14 10:33:21 -06:00
Andrew Hodges
a1935a135d
Handle external state changes for Packet resources gracefully.
...
When a Packet provision exceeds our time limit, we move the device to an
internal project for Packet staff to investigate. When this happens, the
original user no longer has access to the device, and they get a 403.
These changes make that and other external state changes more pleasant for
users of Terraform.
2016-01-14 10:50:15 -05:00
James Nugent
35c21cb808
Merge branch 'docker-extra-hosts' of https://github.com/paulbellamy/terraform into paulbellamy-docker-extra-hosts
2016-01-14 15:48:51 +00:00
James Nugent
ace215481a
provider/aws: Add profile to provider config
...
This allows specification of the profile for the shared credentials
provider for AWS to be specified in Terraform configuration. This is
useful if defining providers with aliases, or if you don't want to set
environment variables. Example:
$ aws configure --profile this_is_dog
... enter keys
$ cat main.tf
provider "aws" {
profile = "this_is_dog"
# Optionally also specify the path to the credentials file
shared_credentials_file = "/tmp/credentials"
}
This is equivalent to specifying AWS_PROFILE or
AWS_SHARED_CREDENTIALS_FILE in the environment.
2016-01-14 15:39:35 +00:00
James Nugent
ea4595840c
Merge pull request #4674 from stack72/carl-youngblood/master
...
Fix recurrence on `aws_autoscaling_schedule` resource
2016-01-14 12:22:43 +00:00
Carl Youngblood
5c68858c5b
Bug fixes for aws_autoscaling_schedule resource
...
- Fix typo s/recurrance/recurrence
- Fix missing nil check on EndTime that was crashing
2016-01-14 10:08:37 +00:00
James Nugent
e94ee6b77c
Update CHANGELOG.md
2016-01-14 09:14:12 +00:00
James Nugent
65b071d1af
provider/docker: Fix flaky integration tests
...
Asserting on the value of `latest` on an image is prone to failing
because of new images being pushed upstream. Instead of asserting on a
hash, we assert that the value matches a regular expression for the
format of an image hash.
2016-01-14 09:12:05 +00:00
James Nugent
ee7553f076
Merge branch 'docker_network' of https://github.com/ColinHebert/terraform into ColinHebert-docker_network
2016-01-14 07:01:03 +00:00
James Nugent
eb9f77b91d
Update CHANGELOG.md
2016-01-14 06:52:11 +00:00
James Nugent
ea9e01cc78
Merge pull request #4669 from lwander/f-gcp-sql-user
...
provider/google: SQL user resource, documentation & tests
2016-01-14 06:51:17 +00:00
clint shryock
8181a4ea24
minor clean ups after #3862
2016-01-13 16:58:07 -06:00
Clint
9ace240a58
Update CHANGELOG.md
2016-01-13 16:57:04 -06:00
Clint
7f6624e926
Merge pull request #3862 from stack72/aws-redshift
...
provider/aws: AWS Redshift
2016-01-13 16:52:47 -06:00
Lars Wander
c93c8aca43
Update CHANGELOG.md
2016-01-13 17:15:37 -05:00
Lars Wander
7245a63077
Merge pull request #3893 from lwander/b-gcp-bucket-content
...
provider/google: Content field for bucket objects
2016-01-13 17:14:53 -05:00
Lars Wander
682d3a28cf
Update CHANGELOG.md
2016-01-13 17:14:29 -05:00
Lars Wander
504bc87ec6
Merge pull request #4265 from lwander/gcp-assigned-nat-ip
...
provider/google: provide assigned_nat_ip as well as nat_ip
2016-01-13 17:13:16 -05:00