Reputation: 323
As a big fan of AWS, I think the CloudFormation(CFN) is such a good tool to execute IaC. So I'm interested in if GCP has a similar tool.
Thanks.
Upvotes: 3
Views: 2629
Reputation: 976
Yes, Google Cloud platform provides Deployment Manager to write and provision your Infrastructure as a Code.
If you want can go through this blog to how to get start with Deployment Manager it's as simple as CloudFormation you can code everything in YAML :
https://medium.com/google-cloud/2018-google-deployment-manager-5ebb8759a122
Upvotes: 5