Mirantis / launchpad

Other
27 stars 45 forks source link

Change examples to use yamlencode #57

Closed surskitt closed 3 years ago

surskitt commented 3 years ago

Terraform has a yamlencode function that can be used to convert the computed config objects into yaml config for launchpad. This removes the need for yq.

Terraform fmt has also been run against the examples, which explains the formatting changes.

kke commented 3 years ago

This is nice! Needs to be applied to #53 too.