A tool for building, changing, and versioning infrastructure safely and efficiently.
Terraform is an infrastructure as code software by HashiCorp. It allows users to define a datacenter infrastructure in a high-level configuration language, from which it can create an execution plan to build the infrastructure in a service provider such as AWS.
Terraform is an infrastructure as code software by HashiCorp. It allows users to define a datacenter infrastructure in a high-level configuration language, from which it can create an execution plan to build the infrastructure in a service provider such as AWS.
To install terraform-1.3, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install terraform-1.3
To see what files were installed by terraform-1.3, run:
port contents terraform-1.3
To later upgrade terraform-1.3, run:
sudo port selfupdate && sudo port upgrade terraform-1.3
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.