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 101, egress false, protocol "tcp", rule action "allow", cidr block "127.0.0.1 32",...