Commit Graph

571 Commits (03f6c650ca9e78fc0d80d430ca1ec2a52c262da4)

Author SHA1 Message Date
Mitchell Hashimoto de1c23617a config: don't panic on parse error of variables
12 years ago
Mitchell Hashimoto 4f57437144 config: parser fixes and application
12 years ago
Mitchell Hashimoto 1dcefba5c4 config: parser
12 years ago
Mitchell Hashimoto db160a0249 config: add LiteralInterpolation
12 years ago
Mitchell Hashimoto 935fa1d6fb config: tests
12 years ago
Mitchell Hashimoto 7b3a462ad1 config: remove UserMapVariable
12 years ago
Mitchell Hashimoto b10b678326 config: fix error message in validation
12 years ago
Mitchell Hashimoto f9e6754763 config: comments
12 years ago
Mitchell Hashimoto 61938c070f config: validate type of default to string or mapping for var
12 years ago
Mitchell Hashimoto e59ff6e92c terraform: fix tests
12 years ago
Mitchell Hashimoto fe2285898a config: DefaultsMap should return nil if nil
12 years ago
Mitchell Hashimoto c9a20c3c58 terraform: test that mapping lookups work
12 years ago
Mitchell Hashimoto c988be9ce7 config: DefaultsMap
12 years ago
Mitchell Hashimoto aeb085c5f0 config: error if variable interpolation can't find variable
12 years ago
Mitchell Hashimoto 7578fb8bdc config: interpolationWalker detects functions
12 years ago
Mitchell Hashimoto 8b5cc5d534 config: lookup function works + tests
12 years ago
Mitchell Hashimoto 6a191d7395 config: function calls work
12 years ago
Mitchell Hashimoto cabc007ec4 config: get rid of the variable*Walkers, replace with more generic
12 years ago
Mitchell Hashimoto 4099c64833 config: tests, so many tests
12 years ago
Mitchell Hashimoto e8fe26488a config: interpolationWalk seems to work
12 years ago
Mitchell Hashimoto 4c9e0f395c config: basic interpolationWalker
12 years ago
Mitchell Hashimoto 582b0cf43e config: introduce Interpolation, not hooked up completely yet
12 years ago
Mitchell Hashimoto b772f8078d config: detect UserMapVariable
12 years ago
Mitchell Hashimoto b8a0a02217 config: TODO tests for validation
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 77ff9c3a6b config: some docs
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 69b7bc5047 config: add Append function
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 a19e2983de terraform: tests passing for Config change
12 years ago
Mitchell Hashimoto e4bcd3c448 config: Variables is now a slice
12 years ago
Mitchell Hashimoto a583b800a4 config: add unknownKeys to Merge
12 years ago
Mitchell Hashimoto 3d67c967aa config: make Merge an exported func
12 years ago
Mitchell Hashimoto 9cd1018f0b config: config files can be in JSON, as well
12 years ago
Mitchell Hashimoto 596e0f7f13 config: make dupped nil for GC reasons
12 years ago
Mitchell Hashimoto 50095612a2 config: resource should be unique
12 years ago
Mitchell Hashimoto 5329124cf9 config: unknown keys give errors
12 years ago
Armon Dadgar 2f2f5890f4 config: Testing loading of connection blocks
12 years ago
Armon Dadgar 36b1a2b9e8 config: Parse out special 'connection' blocks
12 years ago
Mitchell Hashimoto 7a01e781ab config: LoadDir with no matching files errors
12 years ago
Mitchell Hashimoto 6dfebcae69 config: test that we only load tf files
12 years ago
Mitchell Hashimoto 8655711a3f config: test that LoadDir doesn't load nested
12 years ago
Mitchell Hashimoto 14b29d0ecd config: LoadDir
12 years ago
Mitchell Hashimoto 9d028ab6de config: reword for ".tf" extension force
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 cfb08b6c60 config: mark even index accesses as a multi-access
12 years ago
Mitchell Hashimoto aa6a758f6b config: if count > 1, variable references must have index
12 years ago
Mitchell Hashimoto 07f98f7ee7 config: special detect ResourceVariables for multi-access
12 years ago
Mitchell Hashimoto ed1860de61 config: validate output only has "value" field
12 years ago
Mitchell Hashimoto a4f38a3933 config: validate resource variables in output
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 947fa4e669 terraform: Context introduction
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 e50425b182 config: style
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 2aed2fd96f Fix various order-dependent tests
12 years ago
Mitchell Hashimoto 46d3800a39 config: remove some unused test fixtures
12 years ago
Mitchell Hashimoto 1918f199d8 terraform: Graph, config: don't build graph
12 years ago
Mitchell Hashimoto 9acb9535ad config: ProviderConfigName shouldn't be on Resource
12 years ago
Mitchell Hashimoto d1cfb38bb8 config: ReplaceVariables is public
12 years ago
Mitchell Hashimoto d2001275dc terraform: initial Plan structure
12 years ago
Mitchell Hashimoto 69841c22e6 config: RawConfig.Config returns raw if no interpolate
12 years ago
Mitchell Hashimoto 8c50aa6382 config: use the RawConfig whereever posible
12 years ago
Mitchell Hashimoto 6420e4bd81 config: reorder
12 years ago
Mitchell Hashimoto bbca28a0ef config: test double interpolating
12 years ago
Mitchell Hashimoto e445f8db38 config: RawConfig works, plus tests
12 years ago
Mitchell Hashimoto a24b30b8d2 config: remove redundant variables
12 years ago
Mitchell Hashimoto 0ad9d9ddc7 config: keep track of unknown keys during interpolate
12 years ago
Mitchell Hashimoto 1af5aee146 config: remove unknown variable elements from the config
12 years ago
Mitchell Hashimoto e502bf6ba9 config: comply to reflectwalk interface
12 years ago
Mitchell Hashimoto 23d96248aa No need for a root name constant, just check for Meta == nil
12 years ago
Mitchell Hashimoto 82d527f798 config: rename ResourceGraph to Graph
12 years ago
Mitchell Hashimoto 867f6b3691 config: test to make sure that cycles are properly detected
12 years ago
Mitchell Hashimoto d2c3db552a config: providerconfigs can replace variables
12 years ago
Mitchell Hashimoto 3ccfd4d08c config: depgraph can contain provider configuratoins
12 years ago
Mitchell Hashimoto e2fa7094bd config: ProviderConfigName on Resource
12 years ago
Mitchell Hashimoto 7c6920bba1 terraform: diff/state work better together, merge
12 years ago
Mitchell Hashimoto bd1f235b9b config: allow applying variables to resources
12 years ago
Mitchell Hashimoto d731d033f1 terraform: build resource graph, validate
12 years ago
Mitchell Hashimoto 0008ff12c7 config: determine whether a variable is required properly
12 years ago
Mitchell Hashimoto 9895f8162f config: unix line endings in tests
12 years ago
Mitchell Hashimoto ab507814b7 config: support for provider configs
12 years ago
Mitchell Hashimoto 81bfa8970a config: make the tests a bit more intense
12 years ago
Mitchell Hashimoto bdeb278728 config: simplify
12 years ago
Mitchell Hashimoto dac18c823a config: can generate depgraph
12 years ago
Mitchell Hashimoto 3728e1cfc0 fmt
12 years ago
Mitchell Hashimoto 6983a0414a config: fix line endings on a test fixture
12 years ago
Mitchell Hashimoto bb0980f5ba config: tests for instantiating interpolated var types
12 years ago
Mitchell Hashimoto 9fef261eae config: comments
12 years ago
Mitchell Hashimoto 27c97b9b73 config: add benchmark for replace walker
12 years ago
Mitchell Hashimoto 2ecf1b500f config: careful with addressability and replacing variables
12 years ago
Mitchell Hashimoto 537fa6cc87 config: more tests for variable detector
12 years ago
Mitchell Hashimoto 1c9582ff38 config: set benchmark timer at right point
12 years ago
Mitchell Hashimoto 5bb51e50dd config: add benchmark test
12 years ago
Mitchell Hashimoto be83044f59 config: tests, error cases
12 years ago
Mitchell Hashimoto 95ef186bf8 config: can detect variables in config strings
12 years ago
Mitchell Hashimoto f22cc62b2c config: better memory management for libucl
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 04d88b0540 config: move things out into more files
12 years ago
Mitchell Hashimoto c1dea5e5b3 config: comments
12 years ago
Mitchell Hashimoto 218cc80aab config: refactoring to be less libucl-specific
12 years ago
Mitchell Hashimoto 2ffee2a142 config: imports are relative to tf
12 years ago
Mitchell Hashimoto 88bb42b5a4 config: loader rename
12 years ago
Mitchell Hashimoto 7cfd360fea config: load the import tree
12 years ago
Mitchell Hashimoto fb9c58f0e2 config: better error message
12 years ago
Mitchell Hashimoto 089822a36f config: some comments
12 years ago
Mitchell Hashimoto ec3f72703c Initial work on config
12 years ago