pulumi/pkg/compiler/backends
joeduffy de58637162 Use the long-hand CF Ref syntax
This change stops using the short-hand "!Ref" YAML syntax.  The Golang
marshaler encodes it with quotes and, apparently, has no way to suppress
this behavior; this isn't surprising, since the YAML parser we're using
admits it doesn't support this aspect of the YAML spec fully.  But that's
okay, the long-hand syntax works just fine, and has the added benefit
that we don't need to special case the logig for JSON versus YAML.
2016-12-05 15:20:11 -08:00
..
clouds Use the long-hand CF Ref syntax 2016-12-05 15:20:11 -08:00
schedulers Implement dependency versions 2016-11-22 16:58:23 -08:00
arch.go Add scaffolding for the AWS ECS scheduler backend 2016-11-22 12:37:14 -08:00
provider.go Clean up an assertion message 2016-12-02 17:07:15 -08:00