Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 202 Bytes

development.md

File metadata and controls

26 lines (18 loc) · 202 Bytes

Development

Install

brew install terraform

Plan

terraform init
terraform plan

Formatting

terraform fmt

Validate

terraform validate