Solidblocks Shell Terraform
A common problem when provisioning infrastructure with Terraform is the inherent bootstrapping problem imposed by the fact that Terraform needs some kind of storage to store its state. In an ideal world Terraform would be able to provision its state backends using infrastructure as code defined in Terraform itself. In a more real world you are often confronted with the question “Where to store the initial state needed to provision the first resources?
[Read More]