Commit Graph

81 Commits (5480eb4e41c45f34dd63dfa4e82f7963cf97bd8a)

Author SHA1 Message Date
Mitchell Hashimoto 0250c17d6e helper/schema: DefaultFunc for dynamic defaults
12 years ago
Mitchell Hashimoto 5919637456 helper/schema: Defaults [GH-245]
12 years ago
Mitchell Hashimoto 3a6940d715 helper/schema: test cases around unknown variable values
12 years ago
Mitchell Hashimoto faa4e75960 helper/schema: Get on computed diff should be empty
12 years ago
Mitchell Hashimoto c9a541d95b helper/schema: generate a full diff in destroy/create cycle
12 years ago
Mitchell Hashimoto 9d239eea60 helper/schema: detect no change computed for sets/lists properly
12 years ago
Mitchell Hashimoto 0c9b65f3f4 helper/schema: documentation
12 years ago
Mitchell Hashimoto 87a488092c helper/schema: support partial states
12 years ago
Mitchell Hashimoto 40e5608fa9 helper/schema: return the prior state if Data is an error
12 years ago
Mitchell Hashimoto 56cf1e6faa Fix go vet complaints
12 years ago
Mitchell Hashimoto 95bd64132b helper/schema: update docs
12 years ago
Mitchell Hashimoto 31cc3ffca1 helper/schema: one of Optional, Required, Computed must be set
12 years ago
Mitchell Hashimoto eff8306a6c helper/schema: don't mark things computed if an ID is set
12 years ago
Mitchell Hashimoto 9ed601d541 helper/schema: store state with processed properly
12 years ago
Mitchell Hashimoto 50026a6d5c helper/schema: When having a StateFunc, make sure NewExtra contains
12 years ago
Mitchell Hashimoto d009ea800a helper/schema: add support for StateFunc
12 years ago
Mitchell Hashimoto 7be2f1b091 helper/schema: add GetOk
12 years ago
Mitchell Hashimoto 37cf52fa27 helper/schema: if no ID is set then return nil
12 years ago
Mitchell Hashimoto 3d3789920d helper/schema: can set conninfo
12 years ago
Mitchell Hashimoto efaedbabb0 fmt
12 years ago
Mitchell Hashimoto 4015d942ab providers/aws: security group ingress rules treated as set [GH-87]
12 years ago
Mitchell Hashimoto e9cc09a886 helper/schema: improve InternalValidate for sets
12 years ago
Mitchell Hashimoto 9ab5577beb helper/schema: set diff tests
12 years ago
Mitchell Hashimoto 475528adc3 helper/schema: Set operations
12 years ago
Mitchell Hashimoto ca18e971d1 helper/schema: can set sets
12 years ago
Mitchell Hashimoto 9fe21f0423 helper/schema: verify that sets remove duplicates
12 years ago
Mitchell Hashimoto 56dde5c0c1 helper/schema: can read and get the state of sets
12 years ago
Mitchell Hashimoto a7e1154a0f helper/schema: remove swap tracking
12 years ago
Mitchell Hashimoto 312acf3e40 helper/schema: track map of swaps
12 years ago
Mitchell Hashimoto 5e975e47cf helper/schema: diffing should use ResourceData for guidance
12 years ago
Mitchell Hashimoto 5fc41cc272 helper/schema: properly put "id" into attributes
12 years ago
Mitchell Hashimoto 021a23fe99 helper/schema: if update sets the ID to blank, it deletes the resource
12 years ago
Mitchell Hashimoto ee0acc4a5d helper/schema: support bools
12 years ago
Mitchell Hashimoto 968a567499 helper/schema: ability to force set Meta
12 years ago
Mitchell Hashimoto 2444986fe8 helper/schema: nice error if update isn't supported
12 years ago
Mitchell Hashimoto c4664a81e6 helper/schema: show computed lists in diffs
12 years ago
Mitchell Hashimoto ba819d1f37 helper/schema: don't include zero count in state
12 years ago
Mitchell Hashimoto 5a5ef67d87 helper/schema: don't forward computing onto elements
12 years ago
Mitchell Hashimoto 801b220dc7 helper/schema: can diff lists more correctly
12 years ago
Mitchell Hashimoto e70522f4ca helper/schema: if you can't find the list, just fall through to return
12 years ago
Mitchell Hashimoto 1b85f3a565 helper/schema: SetDependencies
12 years ago
Mitchell Hashimoto dfede5791c helper/schema: use reflection to set maps
12 years ago
Mitchell Hashimoto 3800dffdeb helper/schema: computed values should not be Get-able
12 years ago
Mitchell Hashimoto 4ae1673580 helper/schema: support for NewRemoved
12 years ago
Mitchell Hashimoto ce42845acd helper/schema: use reflection to build []interface{}
12 years ago
Mitchell Hashimoto 17d29f7949 helper/schema: use reflection to verify list
12 years ago
Mitchell Hashimoto 4c9271160e helper/schema: can handle maps
12 years ago
Mitchell Hashimoto 66d7003e6f helper/schema: HasChange
12 years ago
Mitchell Hashimoto f1f4836c99 helper/schema: GetChange
12 years ago
Mitchell Hashimoto 513596cc37 providers/heroku: Heroku app is mostly converted
12 years ago