Commit Graph

35162 Commits (add-missing-variable-loading)
 

Author SHA1 Message Date
Mitchell Hashimoto fa3ac806cc providers/aws: use one resourcestate so we don't lose attributes
12 years ago
Mitchell Hashimoto 0ab7faf5c1 terraform: update test to latest
12 years ago
Mitchell Hashimoto 4147500fcc terraform: diff is not empty if it has to destroy
12 years ago
Mitchell Hashimoto 1d9d33c8a0 terraform: destroy orphans
12 years ago
Mitchell Hashimoto e8035a5c96 providers/aws: properly create an i nstance after destroy
12 years ago
Mitchell Hashimoto b6a02e473d helper/resource: destroy on requiresNew
12 years ago
Mitchell Hashimoto 5384f63b3d terraform: set type on apply
12 years ago
Mitchell Hashimoto 84a645712b terraform: Type should always be set on ResourceState
12 years ago
Mitchell Hashimoto d64ba66edb command: adhere to new API
12 years ago
Mitchell Hashimoto 4b263992cc terraform: remove unused code
12 years ago
Mitchell Hashimoto 0f2d7f430c terraform: all tests passing
12 years ago
Mitchell Hashimoto e9d1be397c terraform: Plan seems to work again
12 years ago
Mitchell Hashimoto c68cfc5e6f terraform: test that state is properly sent to Refresh
12 years ago
Mitchell Hashimoto 8a44ca984e terraform: Refresh tests
12 years ago
Mitchell Hashimoto abe205fc27 terraform: GraphFull tests
12 years ago
Mitchell Hashimoto 9d4f7b71c4 terraform: fill in the graph with the providers
12 years ago
Mitchell Hashimoto cdab89d7c1 terraform: getting closer to mapping resource providers properly
12 years ago
Mitchell Hashimoto 94a11583c2 depgraph: add Noun function to get a noun
12 years ago
Mitchell Hashimoto 0bf394dfe2 terraform: make our own graph meta
12 years ago
Mitchell Hashimoto b6272a4a69 terraform: comments
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 4c71eb35d8 Makefile can have specific test args
12 years ago
Mitchell Hashimoto 9acb9535ad config: ProviderConfigName shouldn't be on Resource
12 years ago
Mitchell Hashimoto 9d8c2790fa terraform: remove unused var
12 years ago
Mitchell Hashimoto e392c349ef helper/resource: clearer destroy logic
12 years ago
Mitchell Hashimoto cb591ab2df helper/resource: Destroy is called if destroy is set on diff
12 years ago
Mitchell Hashimoto 9c024994b7 terraform: diff has Destroy flag
12 years ago
Mitchell Hashimoto d54034d0b5 helper/diff: comment
12 years ago
Mitchell Hashimoto bd0f23ce25 Move diff to helper/diff, helper/resource knows about it
12 years ago
Mitchell Hashimoto 938b4da8a5 providers/aws: comments
12 years ago
Mitchell Hashimoto ae142efff7 providers/aws: know how to destroy things
12 years ago
Mitchell Hashimoto 4084ed9234 terraform: no longer store the graph on Terraform itself
12 years ago
Mitchell Hashimoto 1df3297601 providers/aws: if terminated, no longer exists
12 years ago
Mitchell Hashimoto 1d724f3481 terraform :comments
12 years ago
Mitchell Hashimoto 24c9b7c987 terraform: make sure state is set to something on refresh
12 years ago
Mitchell Hashimoto 391e9fd250 providers/aws: implement Refresh for aws_instance
12 years ago
Mitchell Hashimoto e91d8643dc providers/aws: create things
12 years ago
Mitchell Hashimoto 543e70aab1 helper/resource: nice helper for resourceprovider impl
12 years ago
Mitchell Hashimoto c556e2ad48 providers/aws: start filling out
12 years ago
Mitchell Hashimoto 9b4b89c16c diff: don't magically put ID in there, assumed if not set
12 years ago
Mitchell Hashimoto c5a621a47a terraform: error if unknown variable retruned
12 years ago
Mitchell Hashimoto 175b720ab1 diff: mark diff properly with input/output
12 years ago
Mitchell Hashimoto 7eacacbff2 terraform: MergeDiff can take nil diff
12 years ago
Mitchell Hashimoto d93df76f66 terraform: some comments
12 years ago
Mitchell Hashimoto 9e8f578c8b terraform: test that varaibles from the plan are interpolated in
12 years ago
Mitchell Hashimoto 92ffbf2880 terraform: re-diff on apply
12 years ago
Mitchell Hashimoto 84cf644a30 command: apply uses the new plan structure
12 years ago
Mitchell Hashimoto 3aab0cd21b terraform: Apply takes a plan
12 years ago
Mitchell Hashimoto a0cbbab03b diff: comments
12 years ago