Skip to content

regonn/numerai-gcf-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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