hi all, have been reading fleet deployment docs an...
# fleet
a
hi all, have been reading fleet deployment docs and saw that fleet can be deployed to aws via terraform module. does anyone know if deploying to GCP with terraform is possible or if support for that is coming?
r
Sounds like you're all good deploying using Kubernetes?
b
Hey Alex, I’ve deployed it on google cloud run using https://github.com/fleetdm/fleet/tree/main/infrastructure/dogfood/terraform/gcp
a
whoa neat! so all these terraform files are meant to be cloned for the deployment?
b
Personally I’d clone but not pull. Once you have the files you’ll probably want to evolve your infrastructure without being tied to changes to these files. Today we have modules but they only support AWS for now.