Commit Graph

  • a6d4acaa15 providers/aws: use mitchellh/goamz Jack Pearkes 2014-06-27 12:55:24 -0400
  • 4c9a4ad041 providers/aws: add elb layout, move instance into it's own namespace Jack Pearkes 2014-06-27 12:47:19 -0400
  • 582d81ed03 terraform: converge on calculated variables rather than caching Mitchell Hashimoto 2014-07-06 23:03:51 -0700
  • f1b4f7ad40 terraform: simplify internals, remove unused vars Mitchell Hashimoto 2014-07-06 21:53:22 -0700
  • cc0c32d5ca terraform: test for single index access of counts Mitchell Hashimoto 2014-07-06 14:09:44 -0700
  • cfb08b6c60 config: mark even index accesses as a multi-access Mitchell Hashimoto 2014-07-06 13:56:18 -0700
  • aa6a758f6b config: if count > 1, variable references must have index Mitchell Hashimoto 2014-07-06 13:46:56 -0700
  • dd8db83543 Update TODO Mitchell Hashimoto 2014-07-05 10:55:30 -0700
  • 41eceedc4c Merge pull request #14 from hashicorp/f-outputs Mitchell Hashimoto 2014-07-05 10:55:16 -0700
  • a01d979c1b terraform: outputs work with multi-variables Mitchell Hashimoto 2014-07-05 10:48:47 -0700
  • 07f98f7ee7 config: special detect ResourceVariables for multi-access Mitchell Hashimoto 2014-07-05 10:34:52 -0700
  • 4b5f5aec65 terraform: outputs are computed for the state Mitchell Hashimoto 2014-07-04 15:36:28 -0700
  • ed1860de61 config: validate output only has "value" field Mitchell Hashimoto 2014-07-04 10:57:09 -0700
  • a4f38a3933 config: validate resource variables in output Mitchell Hashimoto 2014-07-04 10:53:36 -0700
  • cc2bb950a1 config: can parse outputs Mitchell Hashimoto 2014-07-04 10:43:06 -0700
  • b444f5a171 Update TODO Mitchell Hashimoto 2014-07-03 21:59:23 -0700
  • 338bafc892 Merge pull request #13 from hashicorp/f-count Mitchell Hashimoto 2014-07-03 21:59:14 -0700
  • 3b3c9e140a terraform: tests for increasing count from 1 to > 1 Mitchell Hashimoto 2014-07-03 21:47:07 -0700
  • c5a0b9cb40 terraform: test case for decreasing the count Mitchell Hashimoto 2014-07-03 21:42:18 -0700
  • a616218d13 terraform: planning and applying multi-count resources tests Mitchell Hashimoto 2014-07-03 21:24:17 -0700
  • ba144ef933 terraform: clean up root deps on the graph Mitchell Hashimoto 2014-07-03 20:51:31 -0700
  • e7b7644cbf terraform: turn multi-counts into multiple nodes Mitchell Hashimoto 2014-07-03 20:42:29 -0700
  • 5e79ddf7c6 config: detect variables in form of resource.name.*.blah Mitchell Hashimoto 2014-07-03 20:41:26 -0700
  • 3337a625af config: support count meta-parameter Mitchell Hashimoto 2014-07-03 20:11:58 -0700
  • 17074e5ae6 Update TODO Mitchell Hashimoto 2014-07-03 13:15:20 -0700
  • 3decae513e Merge pull request #12 from hashicorp/f-semantics Mitchell Hashimoto 2014-07-03 13:15:01 -0700
  • 43889a8c59 command: validate context Mitchell Hashimoto 2014-07-03 13:12:45 -0700
  • 5dbfed31b6 providers/aws: compile Mitchell Hashimoto 2014-07-03 13:06:24 -0700
  • 175e455999 terraform: add better logging Mitchell Hashimoto 2014-07-03 12:32:00 -0700
  • 0298b47fd8 terraform: add happy path case for resource config Mitchell Hashimoto 2014-07-03 12:31:26 -0700
  • ed57fe7083 terraform: ValidateResource is called Mitchell Hashimoto 2014-07-03 12:30:51 -0700
  • 6508edaba9 terraform: Context.Validate checks ProviderConfig Validate Mitchell Hashimoto 2014-07-03 12:17:56 -0700
  • 0e88867052 Compile Mitchell Hashimoto 2014-07-03 12:01:20 -0700
  • 9183068489 rpc: tests and impl of latest API Mitchell Hashimoto 2014-07-03 11:51:38 -0700
  • a6ae7230d1 command: use new API Mitchell Hashimoto 2014-07-03 11:46:40 -0700
  • adcd6486a2 terraform: Context doesn't need a sync.Cond Mitchell Hashimoto 2014-07-03 11:33:45 -0700
  • 9e41c6335b terraform: remove unused options for making a plan Mitchell Hashimoto 2014-07-03 11:33:05 -0700
  • 51396f02c6 terraform: Plan.Context Mitchell Hashimoto 2014-07-03 11:32:44 -0700
  • 99757dc930 terraform: update state when refreshed Mitchell Hashimoto 2014-07-03 11:30:16 -0700
  • d4591c03cc terraform: remove unused function Mitchell Hashimoto 2014-07-03 11:29:44 -0700
  • 2b3855d5e2 terraform: make all actions cancellable in context Mitchell Hashimoto 2014-07-03 11:28:47 -0700
  • 4ee6771d3a terraform: remove terraform.go Mitchell Hashimoto 2014-07-03 11:28:04 -0700
  • 4f5f3a5502 terraform: Context.Stop Mitchell Hashimoto 2014-07-03 11:27:30 -0700
  • 603ee36d92 terraform: Context.Apply Mitchell Hashimoto 2014-07-03 11:04:04 -0700
  • 403876fff3 terraform: Context.Plan Mitchell Hashimoto 2014-07-03 10:44:30 -0700
  • 2e10ddb878 terraform: Context.Refresh Mitchell Hashimoto 2014-07-03 10:29:14 -0700
  • 947fa4e669 terraform: Context introduction Mitchell Hashimoto 2014-07-03 10:14:17 -0700
  • d23733263f command: validate configuration, test for it Mitchell Hashimoto 2014-07-02 21:16:36 -0700
  • 78e056770c config: validate that resource references are valid Mitchell Hashimoto 2014-07-02 21:06:26 -0700
  • 532cc33189 config: semantic check on variable references Mitchell Hashimoto 2014-07-02 21:00:06 -0700
  • c8c7d6baa3 terraform: add some semantic check functions Mitchell Hashimoto 2014-07-02 20:47:10 -0700
  • d0577fda02 terraform: add ValidateResource API to ResourceProvider Mitchell Hashimoto 2014-07-02 20:35:03 -0700
  • 770d4e1e71 terraform: destroy should remove from state Mitchell Hashimoto 2014-07-02 19:56:29 -0700
  • 5608175c13 command: fix build Mitchell Hashimoto 2014-07-02 19:45:00 -0700
  • 6b42d3d9a5 helper/resource: basic tests Mitchell Hashimoto 2014-07-02 17:36:07 -0700
  • cc9ef7a0d3 helper/resource: add UpdateFunc Mitchell Hashimoto 2014-07-02 17:31:58 -0700
  • 8625e8c2ac terraform: tests for Apply in areas of errors Mitchell Hashimoto 2014-07-02 17:26:39 -0700
  • f1dce8f076 command: stabilize tests Mitchell Hashimoto 2014-07-02 17:08:58 -0700
  • 8fba438cf0 terraform: bring order to the world Mitchell Hashimoto 2014-07-02 17:04:48 -0700
  • fff7df03cd update TODO Mitchell Hashimoto 2014-07-02 17:03:59 -0700
  • c51052541b Merge pull request #11 from hashicorp/f-cancel Mitchell Hashimoto 2014-07-02 17:03:44 -0700
  • 5aa6ada589 command/apply: Ctrl-C works Mitchell Hashimoto 2014-07-02 17:01:02 -0700
  • f7bc33812e terraform: use a panic mechanism for handling hooks Mitchell Hashimoto 2014-07-02 16:27:06 -0700
  • 8c330d9e4d terraform: register gob type for array Jack Pearkes 2014-07-02 16:17:26 -0700
  • 733752122a terraform: stopHook and tests Mitchell Hashimoto 2014-07-02 16:16:38 -0700
  • e50425b182 config: style Mitchell Hashimoto 2014-07-02 12:04:37 -0700
  • 11db59b975 update TODO Mitchell Hashimoto 2014-07-02 12:04:33 -0700
  • ae07b26908 digraph: fix flaky test Mitchell Hashimoto 2014-07-02 11:30:09 -0700
  • c493d60358 terraform: register gob type that might be in config Mitchell Hashimoto 2014-07-02 11:28:23 -0700
  • 1560d5ab98 plan: add failing test case for nested object plan file Jack Pearkes 2014-07-02 10:40:11 -0700
  • 49e8477e9d config: fix order-dependent tests Mitchell Hashimoto 2014-07-02 10:05:39 -0700
  • 7ab7ce17d9 config: tests passing for bug @pearkes found Mitchell Hashimoto 2014-07-02 09:11:31 -0700
  • d84c5fb015 config: fix libucl in test case (still failing) Jack Pearkes 2014-07-01 21:18:01 -0700
  • bef1495c96 config: add failing test case for nested objects Jack Pearkes 2014-07-01 21:16:47 -0700
  • e1a0f6f929 Merge pull request #10 from hashicorp/f-config-helpers Mitchell Hashimoto 2014-07-01 16:14:25 -0700
  • 37995e7ff8 helper/diff: work with complex data types Mitchell Hashimoto 2014-07-01 16:06:06 -0700
  • d2d6ef64aa flatmap: remove Map for now Mitchell Hashimoto 2014-07-01 13:32:38 -0700
  • ad2f448911 flatmap: expand Mitchell Hashimoto 2014-07-01 13:25:54 -0700
  • eb1aadf9ce flatmap: Flatten Mitchell Hashimoto 2014-07-01 13:04:12 -0700
  • fb843ea5bf terraform: Added NewExtra field for providers to fill in data Mitchell Hashimoto 2014-07-01 11:23:40 -0700
  • 2aed2fd96f Fix various order-dependent tests Mitchell Hashimoto 2014-07-01 10:28:42 -0700
  • 4b74ddc9d1 terraform: fix data race Mitchell Hashimoto 2014-07-01 10:11:07 -0700
  • bce5d55a85 depgraph: fix data races Mitchell Hashimoto 2014-07-01 10:09:20 -0700
  • d970cec8eb Add testrace Mitchell Hashimoto 2014-07-01 10:04:23 -0700
  • 93fbb9ea8f command/graph Mitchell Hashimoto 2014-07-01 10:02:13 -0700
  • 2ffbe56b1b terraform: graph root doesn't need to depend on providers Mitchell Hashimoto 2014-07-01 10:01:27 -0700
  • 83795bc54d digraph: double-quote dot graph elements Mitchell Hashimoto 2014-07-01 09:54:40 -0700
  • 29d6a4242e Merge pull request #8 from hashicorp/f-destroy-cmd Mitchell Hashimoto 2014-07-01 09:26:46 -0700
  • 367fb3bbbb Update TODO Mitchell Hashimoto 2014-07-01 09:25:17 -0700
  • a7d3cb843f command/plan: help text Mitchell Hashimoto 2014-07-01 09:12:35 -0700
  • 64363da9dd command/plan: add -destroy flag to plan a destroy Mitchell Hashimoto 2014-07-01 09:12:05 -0700
  • 935573d01c Merge pull request #7 from hashicorp/f-graph-refactor Mitchell Hashimoto 2014-06-30 21:26:36 -0700
  • fceea12ade terraform: some basic validation Mitchell Hashimoto 2014-06-30 21:25:15 -0700
  • 8aa8d2183e terraform: clarify docs Mitchell Hashimoto 2014-06-30 21:24:26 -0700
  • 93bf75f464 terraform: comments Mitchell Hashimoto 2014-06-30 21:22:08 -0700
  • 0bd704b2f1 terraform: GraphOpts and unification into a single Graph function Mitchell Hashimoto 2014-06-30 21:21:13 -0700
  • 361dbb14ae terraform: test for Resource.Vars Mitchell Hashimoto 2014-06-30 20:59:23 -0700
  • ff79fa9c9f terraform: tests for ResourceDiff.Empty Mitchell Hashimoto 2014-06-30 20:56:25 -0700
  • 5632079f43 Merge pull request #6 from hashicorp/f-resourcedeps Mitchell Hashimoto 2014-06-30 20:53:31 -0700
  • 2729050d19 command: fix failing tests Mitchell Hashimoto 2014-06-30 20:49:49 -0700