Mitchell Hashimoto
de4c922c9c
terraform: validation with unknown variables works [GH-432]
2014-10-16 15:54:56 -07:00
JCM
e6b94d1f7b
Update aws-count example with correct github link
2014-10-16 22:49:06 +01:00
Mitchell Hashimoto
2e703afdad
helper/schema: valiate should ignore computed fields
2014-10-16 14:04:45 -07:00
Mitchell Hashimoto
bb2e33682d
Update CHANGELOG
2014-10-16 12:04:11 -07:00
Armon Dadgar
422b82648c
terraform: Switch to using semaphore
2014-10-16 10:04:36 -07:00
Armon Dadgar
ad31023252
terraform: Adding a semaphore implementation
2014-10-16 10:04:36 -07:00
Mitchell Hashimoto
8f98a79cf1
Merge pull request #426 from ivuk/fix-typo
...
Fix a typo: The -> This
2014-10-16 09:51:49 -07:00
Igor Vuk
08d017057a
Fix a typo: The -> This
2014-10-16 18:16:52 +02:00
Sander van Harmelen
e003334429
Shaving off some unneeded calls, saving CPU cycles
...
I know it’s very unlikely that a user will notice the difference, but
why range through the list, generate the set and calculate the
hashcode, only to find out that indexMap == nil (e.g. don’t do anything
with the generated hashcode).
As indexMap is only needed when len(parts) > 0, why not only create and
fill it (in one go) when len(parts) > 0?
2014-10-16 11:54:36 +02:00
Mitchell Hashimoto
5596ee7f53
terraform: don't panic if no state in Walk return [GH-403]
2014-10-15 20:32:19 -07:00
Mitchell Hashimoto
2a388fd5d1
up version for dev
2014-10-15 20:28:37 -07:00
Seth Vargo
e4ccb8b634
Update broken image in README
2014-10-15 13:43:58 -04:00
Seth Vargo
bfed1eda1a
Merge pull request #411 from pmoust/patch-1
...
fixed typo on terraform destroy
2014-10-15 09:15:27 -07:00
Panagiotis Moustafellos
3d51bae4b2
switch phrasing
2014-10-15 18:57:24 +03:00
Panagiotis Moustafellos
08515edc43
fixed typo on terraform destroy
2014-10-15 11:17:56 +03:00
Clint Shryock
98667d1b12
update error message
2014-10-14 17:28:25 -05:00
Clint Shryock
b850f8bc65
proposal for making orgs a structure with fields instead of just a name field
2014-10-14 17:28:24 -05:00
Mitchell Hashimoto
40ec61685c
Merge pull request #405 from paul91/patch-1
...
website: Removing duplicate example and unclosed code block
2014-10-14 14:50:02 -07:00
Paul Lewis
3f5a9b70d8
Removing duplicate example and unclosed code block
2014-10-14 17:47:23 -04:00
Long Nguyen
eef3197ba0
Added security group tagging
2014-10-14 17:11:09 -04:00
Jack Pearkes
ab9aefdfb0
Merge pull request #401 from catsby/heroku_orgs
...
document the organization field
2014-10-14 13:52:40 -07:00
Clint Shryock
8b45abc1b2
document the organization field
2014-10-14 15:50:10 -05:00
Mitchell Hashimoto
c2a27fe507
Merge pull request #399 from hashicorp/sethvargo/images
...
Fix images on markdown pages
2014-10-14 13:11:43 -07:00
Seth Vargo
164e5db5c9
Double quotes kinda people
2014-10-14 16:06:30 -04:00
Seth Vargo
e0ea52be5c
Fix images on markdown pages
2014-10-14 16:06:02 -04:00
Mitchell Hashimoto
79e3ced3b4
Update gemfile
2014-10-14 12:57:11 -07:00
Mitchell Hashimoto
52589f51b7
Update lock to get right version
2014-10-14 12:50:42 -07:00
Mitchell Hashimoto
2729dcab77
website: don't change the Ruby version
2014-10-14 12:46:04 -07:00
Mitchell Hashimoto
af43cca8ff
website: update Ruby version
2014-10-14 12:43:33 -07:00
Mitchell Hashimoto
58757d6e96
website: update website to set version
2014-10-14 12:40:39 -07:00
Mitchell Hashimoto
55e6987796
v0.3.0
2014-10-14 12:24:05 -07:00
Mitchell Hashimoto
5bddce9f8a
Update CHANGELOG
2014-10-14 12:22:01 -07:00
Mitchell Hashimoto
6fea336c09
Merge pull request #396 from hashicorp/f-consul-schema
...
Port Consul provider to new helper.Schema, add Token support
2014-10-14 12:21:23 -07:00
Mitchell Hashimoto
e59e4a6bd9
providers/aws: fix compile error
2014-10-14 12:20:39 -07:00
Mitchell Hashimoto
3e6263332d
providers/heroku: set all the things
2014-10-14 12:18:18 -07:00
Mitchell Hashimoto
e4a2cb216c
Merge pull request #389 from catsby/heroku-go-orgs
...
Starting point for adding Organization app support for Heroku Provider
2014-10-14 12:16:48 -07:00
Armon Dadgar
1cc95b7a72
provider/consul: Change to GetOk with schema.Helper
2014-10-14 12:16:42 -07:00
Mitchell Hashimoto
ce997a9a33
providers/aws: fix test
2014-10-14 12:15:46 -07:00
Mitchell Hashimoto
dad141ec08
Merge pull request #397 from seanherron/ec2-tags
...
Expands AWS tagging to cover EC2 instances
2014-10-14 12:13:22 -07:00
Mitchell Hashimoto
0bc21a928d
website: move all examples into the GitHub repo
2014-10-13 22:18:45 -07:00
Mitchell Hashimoto
104ed0fb9b
website: update examples to use new module system
2014-10-13 18:07:54 -07:00
Mitchell Hashimoto
dfbd47eb05
Merge pull request #395 from hashicorp/sethvargo/middleman-hashicorp
...
Update to middleman-hashicorp
2014-10-13 17:47:33 -07:00
Mitchell Hashimoto
369ba8cf07
config/module: fix issue where Get was copying subdir contents twice
2014-10-13 17:38:27 -07:00
Mitchell Hashimoto
2f4e441347
examples directory start
2014-10-13 17:24:25 -07:00
Mitchell Hashimoto
70191d22a6
Add checkpoint
2014-10-13 14:05:43 -07:00
Sean Herron
3e16190e69
Expands AWS tagging to cover EC2 instances
2014-10-13 16:55:59 -04:00
Armon Dadgar
5a3f80559c
helper/ssh: Cleanups
2014-10-13 12:48:06 -07:00
Mitchell Hashimoto
d7e77202ba
website: started updating examples
2014-10-13 12:14:56 -07:00
Mitchell Hashimoto
5f6fe1f931
command: put the modules in ".terraform/modules"
...
This also fixes a case where tests wre leaking files
2014-10-13 12:05:28 -07:00
Mitchell Hashimoto
9ccc8aebf1
website: update getting started guide for TF 0.3 features
2014-10-13 11:57:43 -07:00