For example, we have:
# (optional) Extra AWS tags to be applied to created resources.
#
# Example: `{ "key" = "value", "foo" = "bar" }`
# extraTags:
But that example should use : instead of = (openshift/release#1209). I expect this is because the examples were previously generated from Terraform configurations (using terraform-examples until d61abd4, coreos/tectonic-installer#3137). With the coming asset-graph approach replacing (I think) these config files, it may not be worth cleaning this up. But I thought I'd file an issue to raise awareness until we get around to dropping those examples.
For example, we have:
But that example should use
:instead of=(openshift/release#1209). I expect this is because the examples were previously generated from Terraform configurations (usingterraform-examplesuntil d61abd4, coreos/tectonic-installer#3137). With the coming asset-graph approach replacing (I think) these config files, it may not be worth cleaning this up. But I thought I'd file an issue to raise awareness until we get around to dropping those examples.