Commit Graph

3237 Commits (8a9c8a882ec92df0fa45f4a7a7d72f0261a0f8ff)
 

Author SHA1 Message Date
Mitchell Hashimoto 8a9c8a882e Merge pull request #1019 from hashicorp/f-state-equality
11 years ago
Mitchell Hashimoto 4df6a51023 update CHANGELOG
11 years ago
Mitchell Hashimoto 709c40026c terraform: remove debug println
11 years ago
Mitchell Hashimoto 84b1db4505 Merge pull request #1021 from hashicorp/b-aws-instance-source-dest-check-on-create
11 years ago
Clint f6249ff6db Merge pull request #1018 from hashicorp/aws-go-autoscaling
11 years ago
Paul Hinze 4bc649e60c Merge pull request #1023 from sparkprime/sidebar
11 years ago
Dave Cunningham 19af96bd87 Add google resources to sidebar
11 years ago
Paul Hinze 473b03ccae providers/aws: fix source_dest_check on instance creation
11 years ago
Mitchell Hashimoto 751822b53f Revert "remote: just limiting the public API"
11 years ago
Mitchell Hashimoto 3e3b30f147 remote: just limiting the public API
11 years ago
Mitchell Hashimoto 39d2bf4629 terraform: cache provider configuration with the provider name
11 years ago
Mitchell Hashimoto 40ee70d5c9 terraform: Input should only be called on providers once
11 years ago
Clint Shryock 5b35b85527 remove the rand, it's not helping like I thought
11 years ago
Mitchell Hashimoto 09ea85a7c6 update CHANGELOG
11 years ago
Mitchell Hashimoto 45a267111b Merge pull request #885 from brycekahle/split-func
11 years ago
Mitchell Hashimoto b041f48e56 terraform: State.Equal
11 years ago
Clint Shryock 4326b6b8b5 cleanups after feedback
11 years ago
Mitchell Hashimoto 85e2bef179 terraform: provisioners should be cached with the provisioner name
11 years ago
Mitchell Hashimoto 523639b5cd fmt
11 years ago
Mitchell Hashimoto 4a11b1ce1f update CHANGELOG
11 years ago
Mitchell Hashimoto cf5697ff32 providers/aws: if a VPC doesn't exist, then remove from state
11 years ago
Mitchell Hashimoto 3093268106 website: clarify lookup [GH-531]
11 years ago
Mitchell Hashimoto ab414de0ab terraform: test case for destroying with a count [GH-527]
11 years ago
Clint Shryock d79ac17757 randomize ASG name in test, to get around slow AWS delete time
11 years ago
Clint Shryock b38a3767eb provider/aws: Convert AWS AutoScalingGroup to awslabs/aws-sdk-go
11 years ago
Mitchell Hashimoto 79648add00 update CHANGELOG
11 years ago
Mitchell Hashimoto ed115f495b Merge pull request #1010 from hashicorp/f-ast-graph
11 years ago
Clint Shryock 08949866c5 Merge config
11 years ago
Clint Shryock 57300d32c6 merge master
11 years ago
Clint d79f39a7b7 Merge pull request #1012 from hashicorp/aws-go-s3-bucket
11 years ago
Mitchell Hashimoto c2593f6ada terraform: re-enable dot-graphs
11 years ago
Clint 7d86697c18 Update CHANGELOG.md
11 years ago
Clint Shryock 116e6cac33 provider/aws: Convert AWS S3 Bucket to awslabs/aws-sdk-go
11 years ago
Clint d99df916bc Merge pull request #971 from hashicorp/aws-go-route53
11 years ago
Clint Shryock 94e7723370 provider/aws: Convert Route 53 Zone resource to use new awslabs/aws-sdk-go
11 years ago
Mitchell Hashimoto 4b6f258f1f terraform: only depose state if we're doing the destroy side
11 years ago
Mitchell Hashimoto fa222a44c3 terraform: limit parallelism
11 years ago
Mitchell Hashimoto 0175d1babc terraform: updated comment
11 years ago
Mitchell Hashimoto 10e96ad72d terraform: provisioner config is properly interpolated
11 years ago
Mitchell Hashimoto ae68cf1705 terraform: slightly better validation error messages
11 years ago
Mitchell Hashimoto 459ad04d71 terraform: provider cache should append the provider name to it
11 years ago
Mitchell Hashimoto ad595cf254 terraform: test case for cycle of CBD depending on non-CBD
11 years ago
Mitchell Hashimoto e68ea0d38f terraform: only keep the destroy if we decreased counts
11 years ago
Mitchell Hashimoto 1ed37f0b7f terraform: change DiffId to DiffInclude to allow smarter logic
11 years ago
Mitchell Hashimoto 4789f16796 terraform: tainted destroy nodes
11 years ago
Mitchell Hashimoto 991611857a terraform: remove requirement that DestroyNode return the SAME node
11 years ago
Mitchell Hashimoto 9c14315336 terraform: don't prune if there are known tainted resources
11 years ago
Mitchell Hashimoto 8d2ed22e97 terraform: prune destroy nodes for resources not in diff
11 years ago
Mitchell Hashimoto e60a614a37 Add cover tasks to test code coverage
11 years ago
Mitchell Hashimoto 8db6f722d2 terraform: CBD edge transpositions must happen atomically
11 years ago