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 0b9542c5b9
providers/aws: compile
12 years ago
builtin providers/aws: compile 12 years ago
command command/diff: show diff string output 12 years ago
config config: RawConfig.Config returns raw if no interpolate 12 years ago
depgraph depgraph: fix failling test 12 years ago
digraph Import @armon's depgraph/digraph 12 years ago
plugin some comments, package comments 12 years ago
rpc rpc: conform to new Validate method 12 years ago
scripts scripts: human-readable sizes 12 years ago
terraform terraform: Validate called on provider 12 years ago
test-fixtures main: add main config 12 years ago
.gitignore Ignore the bin dir 12 years ago
Makefile Add `make dev` to make terraform dev bins 12 years ago
README.md Initial commit 12 years ago
commands.go Prefixed IO to make sure stdout/stderr match up 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.