Commit Graph

1803 Commits (e7f113fa6e36a295cf2a6728e47a8a472f133bcd)
 

Author SHA1 Message Date
Mitchell Hashimoto e7f113fa6e Merge pull request #324 from jgoldschrafe/feature-gce-target-tags
12 years ago
Mitchell Hashimoto 100f8e3a8c Update CHANGELOG
12 years ago
Mitchell Hashimoto 2e39b8eaf3 config looks in a plugin directory if it exists
12 years ago
Mitchell Hashimoto 462f37e2b7 Update CHANGELOG
12 years ago
Mitchell Hashimoto c8ccc6f72e Merge pull request #331 from hashicorp/f-init
12 years ago
Mitchell Hashimoto fe4f53eb5b enable init command
12 years ago
Mitchell Hashimoto f760c14332 website: document init
12 years ago
Mitchell Hashimoto 0a2d06268c config/module: detect supports subdirs
12 years ago
Mitchell Hashimoto e041a52dab command: test init
12 years ago
Mitchell Hashimoto f4cc2c066f command: init works at a basic level
12 years ago
Mitchell Hashimoto 6cbadf14df config: IsEmptyDir is true if dir doesn't exist
12 years ago
Mitchell Hashimoto 9689a34b28 config/module: GetCopy
12 years ago
Mitchell Hashimoto c91fd76fe8 config/module: Get can support subdirs
12 years ago
Mitchell Hashimoto 615192a6c4 command: init command start
12 years ago
Mitchell Hashimoto 57c1a8dada config: add IsEmptyDir
12 years ago
Mitchell Hashimoto 0727ed96aa Merge pull request #329 from hashicorp/f-module-subdir
12 years ago
Mitchell Hashimoto 4fbd5abc63 config/module: support GitHub paths without //
12 years ago
Mitchell Hashimoto 21d90dcf4f config/module: HTTP supports subdirs
12 years ago
Mitchell Hashimoto 62ec0a3b4a website: update website for subdirs
12 years ago
Mitchell Hashimoto 7aa30fdf25 config: support subdirectories with the "//" syntax
12 years ago
Mitchell Hashimoto 03f630bdb8 website: document modules
12 years ago
Mitchell Hashimoto fdb0239b4e Update CHANGELO
12 years ago
Mitchell Hashimoto 4b3473e522 terraform: fix compilation from merge
12 years ago
Mitchell Hashimoto 0d1867c0b3 Merge branch 'f-module-apply'
12 years ago
Mitchell Hashimoto 2ac6c127bc terraform: orphans should properly depend on modules
12 years ago
Mitchell Hashimoto 4782e31e9d terraform: properly encode module dependencies in state
12 years ago
Mitchell Hashimoto 1fa3840a00 terraform: handle module dependencies with a diff
12 years ago
Mitchell Hashimoto eabd8b1cc5 Fix CWD plugin loading.
12 years ago
Jeff Goldschrafe 0598f2fdb0 google_compute_firewall: Support target tags
12 years ago
Mitchell Hashimoto 77b1c7daa0 terraform: destroy plans work with modules
12 years ago
Mitchell Hashimoto e5e51d7b17 command: state output is well formatted for modules
12 years ago
Mitchell Hashimoto 30dcacf29f terraform: use the proper edge creation
12 years ago
Mitchell Hashimoto 5f791051a6 command: render new modules properly
12 years ago
Mitchell Hashimoto 1835a03842 terraform: hook parameter is an InstanceInfo
12 years ago
Mitchell Hashimoto 9bdc97386f terraform: expand/contract looks a lot better for modules
12 years ago
Mitchell Hashimoto 8c17062638 command: plan shows module-level, can control depth
12 years ago
Mitchell Hashimoto bc71d6adca terraform: prefix errors/warnings with the module they came from
12 years ago
Mitchell Hashimoto c88614c585 terraform: providers inherit properly for validation
12 years ago
Mitchell Hashimoto 6712ed15aa terraform: clarify comment
12 years ago
Mitchell Hashimoto 1ef167602e config/module: validate that required parameters are passed through
12 years ago
Mitchell Hashimoto 8420b58015 terraform: clean up some functions
12 years ago
Mitchell Hashimoto 2d07f79c5a terraform: validation validates the submodules
12 years ago
Mitchell Hashimoto a12f785211 terraform: add some helpers to ModuleDiff and InstanceDiff for UX
12 years ago
Mitchell Hashimoto 72e6f97093 terraform: support graphing modules
12 years ago
Mitchell Hashimoto 6904c131a7 terraform: test that unused providers are pruned
12 years ago
Mitchell Hashimoto a36b3e1ec5 command: tests pass
12 years ago
Mitchell Hashimoto 718fb42f4b terraform: Plan should use module.Tree
12 years ago
Mitchell Hashimoto 672bf58337 command: compiles, tests don't pass yet
12 years ago
Mitchell Hashimoto 9ba39d93b7 helper/resource: compile
12 years ago
Mitchell Hashimoto 7a636551be terraform: test for child module provider default
12 years ago