Commit Graph

33 Commits (abb94de63124411f3cb522e578bb38cd93f1239c)

Author SHA1 Message Date
Mitchell Hashimoto f9f4e62411 config: validate that count is >= 1
12 years ago
Mitchell Hashimoto 20da842bcf config: validate dependsOn
12 years ago
Mitchell Hashimoto 61938c070f config: validate type of default to string or mapping for var
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 b772f8078d config: detect UserMapVariable
12 years ago
Mitchell Hashimoto b8a0a02217 config: TODO tests for validation
12 years ago
Mitchell Hashimoto 7bd7e4218f config: make ProviderConfigs slice
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
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 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 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 8c50aa6382 config: use the RawConfig whereever posible
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 81bfa8970a config: make the tests a bit more intense
12 years ago
Mitchell Hashimoto dac18c823a config: can generate depgraph
12 years ago
Mitchell Hashimoto bb0980f5ba config: tests for instantiating interpolated var types
12 years ago
Mitchell Hashimoto ec3f72703c Initial work on config
12 years ago