Commit Graph

571 Commits (03f6c650ca9e78fc0d80d430ca1ec2a52c262da4)

Author SHA1 Message Date
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