Commit Graph

48 Commits (33eebbed510d4e44e99ded35ba67da64ac194a0d)

Author SHA1 Message Date
Mitchell Hashimoto 91a3405e88 config: understand provisioner blocks in JSON [GH-807]
11 years ago
Kushal Pisavadia b40b7ce01a Do not read temporary editor files, fixes #548
12 years ago
Armon Dadgar 1aaddafba0 terraform: Adding lifecycle config block
12 years ago
Armon Dadgar a14ea76c84 config: Support create_before_destroy config
12 years ago
Mitchell Hashimoto 6cbadf14df config: IsEmptyDir is true if dir doesn't exist
12 years ago
Mitchell Hashimoto 57c1a8dada config: add IsEmptyDir
12 years ago
Mitchell Hashimoto c0a30d3337 config: TestString
12 years ago
Mitchell Hashimoto b60da29d48 config: validate that variables reference valid modules
12 years ago
Mitchell Hashimoto 4fdb6d1b52 config: add test for empty file
12 years ago
Mitchell Hashimoto e96fe43814 config: dir on Config should be an absolute path
12 years ago
Mitchell Hashimoto f8836290da config: not directory that config was loaded from
12 years ago
Mitchell Hashimoto 8dc8eac4bf config: change module syntax
12 years ago
Mitchell Hashimoto 2a6990e2b9 config: `module` structures parse
12 years ago
Mitchell Hashimoto 038cca291e config: HCL loader
12 years ago
Mitchell Hashimoto 99a4439359 config: nicer error if dir isn't a dir
12 years ago
Mitchell Hashimoto fa175113fe config: case sensitive templates
12 years ago
Mitchell Hashimoto 0699cde1d4 config: depends_on meta-parameter
12 years ago
Mitchell Hashimoto b0ce89b805 config: change Default to an interface{}
12 years ago
Mitchell Hashimoto e396b8f3d9 config: test that multiple overrides work
12 years ago
Mitchell Hashimoto 06cdd4fa42 config: LoadDir loads override files
12 years ago
Mitchell Hashimoto 9d2e83d56d config: Merge works properly
12 years ago
Mitchell Hashimoto cf1f3a9e73 config: test that LoadDir doesn't merge
12 years ago
Mitchell Hashimoto 7bd7e4218f config: make ProviderConfigs slice
12 years ago
Mitchell Hashimoto 3834846418 config: Outputs is now a slice
12 years ago
Mitchell Hashimoto e4bcd3c448 config: Variables is now a slice
12 years ago
Mitchell Hashimoto 9cd1018f0b config: config files can be in JSON, as well
12 years ago
Armon Dadgar 2f2f5890f4 config: Testing loading of connection blocks
12 years ago
Mitchell Hashimoto 7a01e781ab config: LoadDir with no matching files errors
12 years ago
Mitchell Hashimoto 14b29d0ecd config: LoadDir
12 years ago
Armon Dadgar 34e733724d config: Update test to handle count
12 years ago
Mitchell Hashimoto e250a6f36c config: understand "provisioner" blocks
12 years ago
Mitchell Hashimoto 021a0db636 config: deterministic test ordering
12 years ago
Mitchell Hashimoto cc2bb950a1 config: can parse outputs
12 years ago
Mitchell Hashimoto 5e79ddf7c6 config: detect variables in form of resource.name.*.blah
12 years ago
Mitchell Hashimoto 3337a625af config: support count meta-parameter
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
Mitchell Hashimoto 2aed2fd96f Fix various order-dependent tests
12 years ago
Mitchell Hashimoto 8c50aa6382 config: use the RawConfig whereever posible
12 years ago
Mitchell Hashimoto 0008ff12c7 config: determine whether a variable is required properly
12 years ago
Mitchell Hashimoto ab507814b7 config: support for provider configs
12 years ago
Mitchell Hashimoto dac18c823a config: can generate depgraph
12 years ago
Mitchell Hashimoto 95ef186bf8 config: can detect variables in config strings
12 years ago
Mitchell Hashimoto 50830e429a config: merge resources
12 years ago
Mitchell Hashimoto 14a25e6b58 config: merge configs
12 years ago
Mitchell Hashimoto aadb24aa08 config: error if unknown filetype
12 years ago
Mitchell Hashimoto 2ffee2a142 config: imports are relative to tf
12 years ago
Mitchell Hashimoto ec3f72703c Initial work on config
12 years ago