0
votes

I'm curious if anybody had any success integration Google API libraries into DM so that holes in deployment manager's offerings can be covered by the user themselves.

https://cloud.google.com/deployment-manager/docs/configuration/templates/import-python-libraries

2

2 Answers

0
votes

Deployment Manager will not allow any library to do network communication, which means no Google API library will work.

For REST APIs the type-provider is the best solution:

https://cloud.google.com/deployment-manager/docs/configuration/type-providers/creating-type-provider

Actions have limited usability because they are asynchronous and you cannot process the return state of the call.