Commit Graph

530 Commits (c615afc0976121ccef6c8967b68df420a3497b3d)
 

Author SHA1 Message Date
Mitchell Hashimoto c615afc097 command/apply: improved output, still not done
12 years ago
Mitchell Hashimoto e0d3098d50 command/plan: better output
12 years ago
Mitchell Hashimoto 832211c17a command/plan: nice plan formatting
12 years ago
Mitchell Hashimoto e476bca29c Add tfplan to gitignore
12 years ago
Mitchell Hashimoto e39378b254 command/refresh: better comment
12 years ago
Mitchell Hashimoto ff75d15f51 command/refresh: better error message if bad state
12 years ago
Mitchell Hashimoto 9a6f1e594b command/refresh: default state path, optional args
12 years ago
Mitchell Hashimoto 1911ee215b terraform: plan read/write sets magic bytes so we can test format
12 years ago
Mitchell Hashimoto 539a6c244e terraform: Read/WriteState sets magic bytes
12 years ago
Mitchell Hashimoto 2c77837a64 command/apply: optional arg, default to pwd for config dir
12 years ago
Mitchell Hashimoto abc6df2a7d command/apply: default state path, only one optional arg
12 years ago
Mitchell Hashimoto 7a01e781ab config: LoadDir with no matching files errors
12 years ago
Mitchell Hashimoto 6bf543cb07 command/plan: default state path
12 years ago
Mitchell Hashimoto 04f7281e8c command/plan: can take no args and default to pwd for config
12 years ago
Mitchell Hashimoto 235a253848 command/graph: no args means pwd
12 years ago
Mitchell Hashimoto 8f7244695f command/graph: takes config dir as arg
12 years ago
Mitchell Hashimoto 10d17c4d40 terraform: don't ever pass a nil diff into Apply
12 years ago
Mitchell Hashimoto 5a9a960392 Merge pull request #18 from hashicorp/f-config-changes
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
Mitchell Hashimoto e0bc61d414 providers/aws: route table association tests
12 years ago
Mitchell Hashimoto 450cbba11a providers/aws: route table should delete any associations
12 years ago
Mitchell Hashimoto 2ed77c8a6f terraform: remove output diffs attributes from the Apply call
12 years ago
Mitchell Hashimoto 4f798fdec6 helper/diff: if attribute is set and also computed, don't mark computed
12 years ago
Mitchell Hashimoto f93c9c23d5 helper/diff: don't delete keys from diff if computed
12 years ago
Mitchell Hashimoto 91ad873113 helper/resource: improve logging and output for tests
12 years ago
Mitchell Hashimoto 8d065ce5c4 terraform: don't validate orphans
12 years ago
Mitchell Hashimoto 6a3fa2f4db providers/aws: aws_route_table_association
12 years ago
Mitchell Hashimoto 0b2860fafc helper/config: more correct logic with regards to nested things
12 years ago
Mitchell Hashimoto dbe5a1254a helper/resource: better error if config doesn't validate
12 years ago
Mitchell Hashimoto 9afebeb07e providers/aws: route table tests
12 years ago
Mitchell Hashimoto 265cc4fffa providers/aws: extend InternetGateway timeout to be safe
12 years ago
Mitchell Hashimoto 71b30c633f providers/aws: internetgateway timing tweaks
12 years ago
Mitchell Hashimoto af776da7a2 providers/aws: subnet tests
12 years ago
Mitchell Hashimoto 86c4678bee providers/aws: test internet gateway changing the VPC addr
12 years ago
Mitchell Hashimoto 9ab4a5bf88 helper/resource: exponential backoff
12 years ago
Mitchell Hashimoto 17b0280724 providers/aws: InternetGateway has to define the update function
12 years ago
Mitchell Hashimoto 2d34f8f209 providers/aws: internet gateway acceptance test
12 years ago
Mitchell Hashimoto 63ef4cf28a helper/resource: stdlib to check resource attribute
12 years ago
Mitchell Hashimoto 3ff66b430f providers/aws: check VPC cidr
12 years ago
Jack Pearkes e992d62717 providers/aws: use precheck for security group
12 years ago
Jack Pearkes 2e767da3df providers/aws: security group acceptance tests
12 years ago
Mitchell Hashimoto ac0e29e98e terraform: races in MockResourceProvider
12 years ago
Mitchell Hashimoto 9c9f478811 terraform: remove data race around validation
12 years ago
Mitchell Hashimoto d257d3623f testrace won't run acceptance tests
12 years ago
Mitchell Hashimoto 485bc668bf flatmap: deterministic tests
12 years ago
Mitchell Hashimoto 4a3d51f40e helper/resource: can compose TestCheckFuncs
12 years ago
Mitchell Hashimoto 8229758806 helper/resource: refresh during test
12 years ago