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 867f6b3691
config: test to make sure that cycles are properly detected
12 years ago
builtin terraform: Resources method for providers 12 years ago
command commands: start apply 12 years ago
config config: test to make sure that cycles are properly detected 12 years ago
depgraph config: depgraph can contain provider configuratoins 12 years ago
digraph Import @armon's depgraph/digraph 12 years ago
plugin some comments, package comments 12 years ago
rpc terraform: Resources method for providers 12 years ago
scripts scripts: human-readable sizes 12 years ago
terraform terraform: computed key 12 years ago
test-fixtures main: add main config 12 years ago
.gitignore Ignore the bin dir 12 years ago
Makefile terraform: Diff! 12 years ago
README.md Initial commit 12 years ago
commands.go commands: start apply 12 years ago
config.go main: add main config 12 years ago
config_test.go main: add main config 12 years ago
log.go Setup panicwrap 12 years ago
main.go Setup panicwrap 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.