Joseph Chen
Joseph Chen

Reputation: 323

Does GCP have an Iac tool just like CloudFormation of AWS?

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

Answers (1)

Prabhat Singh
Prabhat Singh

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

Related Questions