terraform

Infrastructure as code tool to safely build, change, and version cloud resources

brewmacoslinux
Try with needOr install directly
Source

About

Tool to build, change, and version infrastructure

Commands

terraform

Examples

Initialize a Terraform working directory with required plugins$ terraform init
Preview changes Terraform will make to your infrastructure$ terraform plan
Apply the changes required to reach the desired infrastructure state$ terraform apply