•
Docker
CONTINUE READING
Using Terraform for managing infrastructure
...
What is Terraform?It is a tool that is used for building, changing and versioning infrastructure safely and effectively. Using the configuration file you describe to Terraform what components are needed. Terraform then goes and generates an execution plan describing what the desired state should be. And then it goes...
...