Generate yourself some Terraform code from TOML
In this post, we will see how we can use Golang to generate Terraform configuration from a TOML specification. That is, given a TOML file, like: subnet name ;SubnetA ; rules rule no , egress false, protocol ;tcp ;, rule action ;allow ;, cidr block ; . . ...