pulumi/pkg/compiler/testdata/binder/bad__symbol_already_exists
joeduffy b2d529a6f8 Place stack services underneath a "services" property
Instead of:

        name: mystack
        public:
                someservice
        private:
                someotherservice

we want it to be:

        name: mystack
        services:
                public:
                        someservice
                private
                        someotherservice

I had always intended it to be this way, but coded up the ASTs wrong.
2016-11-16 17:30:03 -08:00
..
Mu.yaml Place stack services underneath a "services" property 2016-11-16 17:30:03 -08:00