I've been looking for a way of including cloud endpoints in my deployment configuration, but it doesn't seem there is any resource type for Cloud Endpoints.
My Google Deployment config will contain:
- 1 vm compute instance
- 1 network
- 1 firewall rule
- 1 cloud endpoint 1
- 1 cloud sql instance (mysql)
The config_id generated from the newly deployed cloud endpoint will need to be applied to the vm's meta-data. So utilizing template references would seem the ideal route to go.
But like I said, there doesn't seem be any cloud endpoint resource type. I could be wrong. If not, what is the best approach to get around this?
Thanks