Hi,
I'm planning to use the deployment manager to deploy a new project for each of our client.
I'm just wondering can I do the following using the deployment manager or put into script/YAML, so it deploys all components all at once through the command shell?
1. create a new GCP project
2. create a VPC for the client with custom subnet assigned
3. create a VM and set the network to the custom VPC/subnet
4. create an app engine with different services using the yaml file
5. create storage buckets
6. create cloud Postgres SQL instance
What I tried so far, I can deploy the VM only through the deployment manager, I can do them individually using the command line, but not using the deployment manager in one single step.
Thanks for your help.