Commit Graph

1723 Commits

Author SHA1 Message Date
Igor Vuk e0f0174300 Write directly to /etc/profile.d/gopath.sh instead of /tmp 2014-09-14 00:35:54 +02:00
Igor Vuk 60ec8ad96a Make apt-get silent 2014-09-14 00:15:54 +02:00
Igor Vuk 0a91741cc8 Also install pkg-config and libpcre3-dev so Go does not complain 2014-09-14 00:03:51 +02:00
Igor Vuk 4da12f7969 Install all required packages at once 2014-09-13 23:45:24 +02:00
Igor Vuk 6a889f09b4 Drop the extra sudo calls 2014-09-13 23:36:32 +02:00
Mitchell Hashimoto dd6f536fab config: Merge for modules works 2014-09-11 19:54:02 -07:00
Mitchell Hashimoto e7fe5aa452 config: Append works with modules 2014-09-11 19:50:41 -07:00
Mitchell Hashimoto 610e92cab2 config: validate no duplicate modules 2014-09-11 16:02:36 -07:00
Mitchell Hashimoto 2a6990e2b9 config: `module` structures parse 2014-09-11 15:58:30 -07:00
Jack Pearkes 38c633871f Delete Godeps
We don't need this anymore. Can you confirm @mitchellh?
2014-09-11 09:52:10 -04:00
Hao-kang Den d9665bad4e add MapPublicIpOnLaunch 2014-09-10 13:13:16 +08:00
Mitchell Hashimoto 2317f7ea9b providers/aws: proper DefaultFunc to return nil if no env 2014-09-09 21:46:50 -07:00
Mitchell Hashimoto 281b59533d fmt 2014-09-09 21:44:40 -07:00
Mitchell Hashimoto 6a275d7bd0 providers/aws: convert validation to helper/schema 2014-09-09 21:44:31 -07:00
Mitchell Hashimoto 0250c17d6e helper/schema: DefaultFunc for dynamic defaults
/cc @c4milo - This might be useful to you as well.
2014-09-09 21:33:08 -07:00
Mitchell Hashimoto e8d09da6fa Update CHANGELOG 2014-09-09 21:18:02 -07:00
Mitchell Hashimoto 5919637456 helper/schema: Defaults [GH-245] 2014-09-09 21:17:29 -07:00
Mitchell Hashimoto 397cf82c96 depgraph: Walk finishes all non-dependent trees 2014-09-09 17:51:25 -07:00
Mitchell Hashimoto 9573d1bfec terraform: test to make sure nil in RawConfig is okay 2014-09-09 17:41:05 -07:00
Mitchell Hashimoto a53faa2fff terraform: validate providers even without config block [GH-284] 2014-09-09 17:38:30 -07:00
Mitchell Hashimoto 267a125a07 Up version for dev 2014-09-09 15:29:54 -07:00
Mitchell Hashimoto c812ed41fd v0.2.2 2014-09-09 14:43:36 -07:00
Mitchell Hashimoto 1b89e08b0d Update to 12.04 in vagrantfile for building 2014-09-09 14:43:13 -07:00
Mitchell Hashimoto c724f161c5 config: parse multi-args in interpolations [GH-282] 2014-09-09 14:39:32 -07:00
Mitchell Hashimoto 21472e98b8 config: unit tests for lexer 2014-09-09 14:34:03 -07:00
Mitchell Hashimoto 7cdfc33b3f Merge pull request #283 from polynomial/master
website: small typo
2014-09-09 14:30:10 -07:00
Ben Smith 597a3bfddd small typo 2014-09-09 14:29:05 -07:00
Mitchell Hashimoto ffcacca191 config: don't crash when there is an error parsing interpolation
[GH-282]
2014-09-09 14:28:32 -07:00
Mitchell Hashimoto 62e2743dcc providers/aws: retry delete of eip [GH-276] 2014-09-09 14:18:53 -07:00
Mitchell Hashimoto 57f287c06d providers/aws: check for non-exist on refresh 2014-09-09 14:15:33 -07:00
Mitchell Hashimoto a5b85dd788 providers/aws: check if instance is set on eip 2014-09-09 14:15:08 -07:00
Mitchell Hashimoto a5c884f5aa fmt 2014-09-09 13:43:03 -07:00
Mitchell Hashimoto ad7d1c056b Update CHANGELOG 2014-09-09 13:42:56 -07:00
Mitchell Hashimoto 78672ead21 providers/digitalocean: convert domain to helper/schema [GH-187] 2014-09-09 13:42:06 -07:00
Mitchell Hashimoto 228fd035ba providers/digitalocean: handle when resource deleted manually [GH-279] 2014-09-09 13:36:47 -07:00
Mitchell Hashimoto a9c8ccb29b Merge pull request #281 from hashicorp/f-do-schema
Convert DO to partial-helper.Schema
2014-09-09 13:33:38 -07:00
Mitchell Hashimoto 0a1397b374 providers/digitalocean: convert record to schema 2014-09-09 13:29:36 -07:00
Mitchell Hashimoto 6a1a8b9487 providers/digitalocean: schema framework, validation 2014-09-09 13:13:11 -07:00
Jack Pearkes 0791fbf8d6 Merge pull request #278 from gotcha/patch-1
Fix typo
2014-09-09 09:46:02 -04:00
Godefroid Chapelle 41e13c0189 Fix typo 2014-09-09 15:25:38 +02:00
Mitchell Hashimoto b5daa2f41e command: make the default var-file flag easier 2014-09-08 20:57:08 -07:00
Mitchell Hashimoto 546865e1ee command: make sure errors from flag go to UI [GH-269] 2014-09-08 20:56:30 -07:00
Mitchell Hashimoto 7b96a9fa06 command: expand ~ manually in var-file [GH-273] 2014-09-08 20:43:59 -07:00
Mitchell Hashimoto 69294b1ba3 command: adhere to -no-color, fix test [GH-250] 2014-09-08 20:41:10 -07:00
Mitchell Hashimoto ab5e07a1f9 providers/aws: use GetOk to check for value [GH-258] 2014-09-08 20:24:43 -07:00
Mitchell Hashimoto cc1bf78850 Update CHANGELOG 2014-09-07 16:20:06 -07:00
Mitchell Hashimoto c7e1528a69 website: update docs for google 2014-09-07 16:10:56 -07:00
Mitchell Hashimoto b9e693134d Merge pull request #254 from dainis/fix_gce_persistent_disk_attaching
providers/google: Fix gce persistent disk attaching
2014-09-07 16:08:49 -07:00
Mitchell Hashimoto d332e7680e Merge pull request #256 from jlund/use-cases-updates
website: Fix some typos and grammar mistakes in the website's Use Cases section
2014-09-07 16:08:08 -07:00
Mitchell Hashimoto 73de250d5f Merge pull request #257 from jlund/versus-updates
website: Cleanup of the 'Terraform vs. Custom Solutions' section
2014-09-07 16:07:44 -07:00