Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Mitchell Hashimoto 8cd4814beb
scripts: unix line endings
12 years ago
builtin providers/aws: if no reservations, no instance 12 years ago
command command/plan: refresh by default 12 years ago
config config: remove some unused test fixtures 12 years ago
depgraph depgraph: add Noun function to get a noun 12 years ago
digraph Import @armon's depgraph/digraph 12 years ago
helper helper/resource: destroy on requiresNew 12 years ago
plugin some comments, package comments 12 years ago
rpc rpc: add Refresh method 12 years ago
scripts scripts: unix line endings 12 years ago
terraform providers/aws: if no reservations, no instance 12 years ago
test-fixtures main: add main config 12 years ago
.gitignore Add the state to the gitignore 12 years ago
Makefile Makefile can have specific test args 12 years ago
README.md Initial commit 12 years ago
commands.go command: plan 12 years ago
config.go main: instantiate the config and set it up 12 years ago
config_test.go main: instantiate the config and set it up 12 years ago
log.go Setup panicwrap 12 years ago
main.go comments 12 years ago
panic.go Setup panicwrap 12 years ago
version.go Implement CLI, version command 12 years ago

README.md

Terraform

Terraform is a tool for building and changing infrastructure safetly and efficiently.