pulumi/pkg/ast
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
..
names.go Lay some groundwork for symbol binding 2016-11-16 13:11:58 -08:00
types.go Place stack services underneath a "services" property 2016-11-16 17:30:03 -08:00