regonn / numerai-gcf-terraform

Repository from Github https://github.comregonn/numerai-gcf-terraformRepository from Github https://github.comregonn/numerai-gcf-terraform

Put gcp-json-keyfile.json file from GCP service account keys

Need Enable APIs

Make Function zip file

$ cd ml_function
$ zip -r ../ml_function.zip *

Install terraform cli

https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli

Deploy Terraform

$ terraform init
$ terraform plan
$ terraform apply

About


Languages

Language:HCL 69.5%Language:Python 30.5%