Commit Graph

35162 Commits (add-missing-variable-loading)
 

Author SHA1 Message Date
Mitchell Hashimoto a6ae7230d1 command: use new API
12 years ago
Mitchell Hashimoto adcd6486a2 terraform: Context doesn't need a sync.Cond
12 years ago
Mitchell Hashimoto 9e41c6335b terraform: remove unused options for making a plan
12 years ago
Mitchell Hashimoto 51396f02c6 terraform: Plan.Context
12 years ago
Mitchell Hashimoto 99757dc930 terraform: update state when refreshed
12 years ago
Mitchell Hashimoto d4591c03cc terraform: remove unused function
12 years ago
Mitchell Hashimoto 2b3855d5e2 terraform: make all actions cancellable in context
12 years ago
Mitchell Hashimoto 4ee6771d3a terraform: remove terraform.go
12 years ago
Mitchell Hashimoto 4f5f3a5502 terraform: Context.Stop
12 years ago
Mitchell Hashimoto 603ee36d92 terraform: Context.Apply
12 years ago
Mitchell Hashimoto 403876fff3 terraform: Context.Plan
12 years ago
Mitchell Hashimoto 2e10ddb878 terraform: Context.Refresh
12 years ago
Mitchell Hashimoto 947fa4e669 terraform: Context introduction
12 years ago
Mitchell Hashimoto d23733263f command: validate configuration, test for it
12 years ago
Mitchell Hashimoto 78e056770c config: validate that resource references are valid
12 years ago
Mitchell Hashimoto 532cc33189 config: semantic check on variable references
12 years ago
Mitchell Hashimoto c8c7d6baa3 terraform: add some semantic check functions
12 years ago
Mitchell Hashimoto d0577fda02 terraform: add ValidateResource API to ResourceProvider
12 years ago
Mitchell Hashimoto 770d4e1e71 terraform: destroy should remove from state
12 years ago
Mitchell Hashimoto 5608175c13 command: fix build
12 years ago
Mitchell Hashimoto 6b42d3d9a5 helper/resource: basic tests
12 years ago
Mitchell Hashimoto cc9ef7a0d3 helper/resource: add UpdateFunc
12 years ago
Mitchell Hashimoto 8625e8c2ac terraform: tests for Apply in areas of errors
12 years ago
Mitchell Hashimoto f1dce8f076 command: stabilize tests
12 years ago
Mitchell Hashimoto 8fba438cf0 terraform: bring order to the world
12 years ago
Mitchell Hashimoto fff7df03cd update TODO
12 years ago
Mitchell Hashimoto c51052541b Merge pull request #11 from hashicorp/f-cancel
12 years ago
Mitchell Hashimoto 5aa6ada589 command/apply: Ctrl-C works
12 years ago
Mitchell Hashimoto f7bc33812e terraform: use a panic mechanism for handling hooks
12 years ago
Jack Pearkes 8c330d9e4d terraform: register gob type for array
12 years ago
Mitchell Hashimoto 733752122a terraform: stopHook and tests
12 years ago
Mitchell Hashimoto e50425b182 config: style
12 years ago
Mitchell Hashimoto 11db59b975 update TODO
12 years ago
Mitchell Hashimoto ae07b26908 digraph: fix flaky test
12 years ago
Mitchell Hashimoto c493d60358 terraform: register gob type that might be in config
12 years ago
Jack Pearkes 1560d5ab98 plan: add failing test case for nested object plan file
12 years ago
Mitchell Hashimoto 49e8477e9d config: fix order-dependent tests
12 years ago
Mitchell Hashimoto 7ab7ce17d9 config: tests passing for bug @pearkes found
12 years ago
Jack Pearkes d84c5fb015 config: fix libucl in test case (still failing)
12 years ago
Jack Pearkes bef1495c96 config: add failing test case for nested objects
12 years ago
Mitchell Hashimoto e1a0f6f929 Merge pull request #10 from hashicorp/f-config-helpers
12 years ago
Mitchell Hashimoto 37995e7ff8 helper/diff: work with complex data types
12 years ago
Mitchell Hashimoto d2d6ef64aa flatmap: remove Map for now
12 years ago
Mitchell Hashimoto ad2f448911 flatmap: expand
12 years ago
Mitchell Hashimoto eb1aadf9ce flatmap: Flatten
12 years ago
Mitchell Hashimoto fb843ea5bf terraform: Added NewExtra field for providers to fill in data
12 years ago
Mitchell Hashimoto 2aed2fd96f Fix various order-dependent tests
12 years ago
Mitchell Hashimoto 4b74ddc9d1 terraform: fix data race
12 years ago
Mitchell Hashimoto bce5d55a85 depgraph: fix data races
12 years ago
Mitchell Hashimoto d970cec8eb Add testrace
12 years ago