Armon Dadgar
ce2b682401
Merge pull request #578 from hashicorp/f-sub-graph
...
Fixing dynamic expansion issues
2014-11-19 13:54:44 -08:00
Armon Dadgar
106db37164
Merge pull request #577 from mtchavez/master
...
Modules documentation
2014-11-18 16:22:21 -08:00
Armon Dadgar
07fff364a5
CHANGELOG updates
2014-11-18 15:46:59 -08:00
Armon Dadgar
e29e364c89
terraform: Testing duplicate delete issue
2014-11-18 15:38:54 -08:00
Armon Dadgar
01db1ff8bd
terraform: diff handler in expansion avoids duplicate destroy
2014-11-18 15:38:40 -08:00
Armon Dadgar
507b75449f
terraform: Move diff handling during dynamic expansion
2014-11-18 15:10:18 -08:00
Chavez
25513f421f
Modules documentation
...
* Re-iterate 'terraform get' in getting started for modules
2014-11-18 10:25:39 -08:00
Seth Vargo
c1a6a48892
Update version of middleman-hashicorp
2014-11-17 20:54:29 -05:00
Seth Vargo
47b9a8c6c2
Merge pull request #572 from hashicorp/sethvargo/images
...
Fix image links
2014-11-17 20:37:42 -05:00
Seth Vargo
70a7d14e19
Fix image links
2014-11-17 20:33:49 -05:00
Armon Dadgar
a2ba45edf5
terraform: Simplify sub-graph finalization
2014-11-17 15:50:26 -08:00
Armon Dadgar
2d117326ed
Merge pull request #563 from pmoust/patch-3
...
providers/aws: Route53 decrease MinTimeout interval
2014-11-13 11:42:32 -08:00
Panagiotis Moustafellos
56defa346f
providers/aws: Route53 decrease MinTimeout interval
...
It get's a bit annoying when handling dozens of records to have the MinInterval for retries so high.
2014-11-13 17:52:10 +02:00
Jack Pearkes
ecf66ad7b5
providers/digitalocean: compat for changes to API for droplet size
...
Upstream in the digitalocean API, the size slug became a size
string, breaking pearkes/digitalocean.
https://github.com/pearkes/digitalocean/pull/1
This fixes compatibility for changes to that library.
closes #510
2014-11-02 14:50:59 -08:00
Jack Pearkes
def922551e
providers/digitalocean: fix acceptance test suite for running
2014-11-02 14:44:32 -08:00
Armon Dadgar
75472ecb8e
Merge pull request #514 from balser/master
...
Fix typo in aws_db_instance example
2014-10-27 16:54:41 -07:00
balser
e915807efe
Fix typo in aws_db_instance example
2014-10-27 17:48:03 -04:00
Seth Vargo
8788d3c25e
Merge pull request #505 from hashicorp/sethvargo/https_font
...
Load Google fonts over SSL
2014-10-23 09:30:23 -07:00
Seth Vargo
66c0558f8d
Use non-protocol-specific URL for fonts
2014-10-23 12:30:04 -04:00
Seth Vargo
4a98c921a8
Load Google fonts over SSL
2014-10-23 12:00:37 -04:00
Jack Pearkes
04a20f9165
website: make bintray logo https
2014-10-23 11:45:43 -04:00
Seth Vargo
9d3758abd8
Fix broken YAML
2014-10-22 17:47:44 -04:00
Seth Vargo
9ac9ab6706
Use the built-in alert helpers
2014-10-22 10:01:17 -04:00
Seth Vargo
073a0f76c5
Add meta descriptions to all pages
2014-10-21 23:21:56 -04:00
Seth Vargo
79aa19a121
Remove version file
2014-10-21 23:21:23 -04:00
Seth Vargo
342e196967
Set base_url
2014-10-21 23:21:19 -04:00
Seth Vargo
29aa947c3b
Do not index the 404 page
2014-10-21 23:21:14 -04:00
Seth Vargo
574746b2aa
Push javascript to the bottom, read description
2014-10-21 23:20:52 -04:00
Seth Vargo
e6feb90121
Add robots.txt
2014-10-21 23:20:26 -04:00
Seth Vargo
fe6e7e2a01
Add sitemap
2014-10-21 23:20:21 -04:00
Seth Vargo
0474da5507
Remove unused CSS and Javascript
2014-10-21 23:20:16 -04:00
Seth Vargo
7200348d1a
Update version of middleman-hashicorp
2014-10-21 22:48:50 -04:00
Seth Vargo
4f475cb35e
Remove unused font files
2014-10-21 22:48:43 -04:00
Mitchell Hashimoto
a70eee51bf
Update CHANGELOG
2014-10-21 11:30:37 -07:00
Mitchell Hashimoto
e30ee60c58
up version for dev
2014-10-21 11:23:58 -07:00
Mitchell Hashimoto
57504e26d0
website: add a dumb version.txt
2014-10-21 11:21:13 -07:00
Mitchell Hashimoto
146d081b65
v0.3.1
2014-10-21 11:01:04 -07:00
Mitchell Hashimoto
1792334ec4
fmt
2014-10-21 11:00:12 -07:00
Mitchell Hashimoto
81913c58fb
providers/aws: fixing faililng test
2014-10-21 10:57:55 -07:00
Mitchell Hashimoto
61811fce23
helper/schema: remove debug info
2014-10-21 10:54:44 -07:00
Mitchell Hashimoto
f63a5d24e9
helper/schema: diffs for sets should include the full set [GH-457]
...
Prior to this, the diff only contained changed set elements. The issue
with this is that `getSet`, the internal function that reads a set from
the ResourceData, expects that each level (state, config, diff, etc.)
has the _full set_ information. This change was done to fix merging
issues.
Because of this, we need to make sure the full set is visible in the
diff.
2014-10-21 10:49:53 -07:00
Mitchell Hashimoto
85a57ab792
Merge pull request #485 from frntn/doc-issues
...
website: fix misspelled argument name for aws_db_instance resource
2014-10-21 09:03:26 -07:00
Matthieu Fronton
d901d62138
website: update arg description with actual expected informations (but now arg name not relevant anymore)
2014-10-21 08:10:50 -04:00
Matthieu Fronton
e7925bad15
website: fix misspelled argument name for aws_db_instance resource
2014-10-21 07:52:32 -04:00
Mitchell Hashimoto
d0ce67a5b7
helper/schema: on destroy/create, reset state to be empty [GH-464]
2014-10-21 00:28:53 -07:00
Mitchell Hashimoto
d1324678dd
helper/schema: setting empty map works [GH-464]
2014-10-21 00:17:17 -07:00
Mitchell Hashimoto
9ecbbc6fa0
helper/schema: some more unit tests
2014-10-20 23:52:22 -07:00
Mitchell Hashimoto
296152da66
Update CHANGELOG
2014-10-20 23:18:37 -07:00
Mitchell Hashimoto
d5b418d82b
Merge pull request #402 from longnguyen11288/add-sg-tags
...
Added security group tagging
2014-10-20 23:18:22 -07:00
Mitchell Hashimoto
afec1e907b
website: update docs for Heorku change
2014-10-20 23:17:44 -07:00