terraform

(★ 420)

A simple plug for incrementally transforming an API into Phoenix. Check out the blog post:

File Explorer

  • .gitignore
  • .tool-versions
  • .travis.yml
  • LICENSE.md
  • mix.exs
  • mix.lock
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

terraform

View Details ▼

Create and deploy infrastructure as code to cloud providers.

terraform init

Initialize a new or existing Terraform configuration:

terraform validate

Verify that the configuration files are syntactically valid:

terraform fmt

Format configuration according to Terraform language style conventions:

// repository documentation