cello-proj / cello

Run infrastructure as code (IaC) software tools including CDK, Terraform and Cloud Formation via GitOps.
https://cello-proj.github.io/cello/
Apache License 2.0
280 stars 38 forks source link

GCP Appengine via Terraform? #142

Open StevenACoffman opened 3 years ago

StevenACoffman commented 3 years ago

Hi, so I can see AppeEngine in the https://github.com/argoproj-labs/argo-cloudops/blob/main/go.mod#L131 but I'm not sure if anyone has ever used this without AWS.

Has anyone got any pointers for how to launch a service in GCP, preferably AppEngine?

thbishop-intuit commented 3 years ago

While one of the goals is to be agnostic to various clouds, the current code does not support clouds aside from AWS. To support additional clouds, there are a number of areas in the code which need a good chunk of redesign/refactoring work. We're currently planning on starting this work in 2022.

StevenACoffman commented 3 years ago

Thanks for the heads up! If you want to keep this issue open for tracking, great, but also ok if you want to close it until it gets closer.