You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/10/30 00:35:32 UTC

[GitHub] [beam] tvalentyn commented on pull request #15793: [BEAM-12940][Playground] Infrastructure Deployment scripts

tvalentyn commented on pull request #15793:
URL: https://github.com/apache/beam/pull/15793#issuecomment-955114062


   > 
   > Added playground/terraform folder that has scripts for provision for infrastructure.
   > To make that scripts work JSON formatted access creds needs to be present on machine, and command like GOOGLE_APPLICATION_CREDENTIALS={path_to_json_creds_file} needs to be provided.
   > Before creation of infra, command terraform init should be executed on module folder.
   > Than command terraform plan -var="project_id={project_id}"
   > And finaly terraform apply -var="project_id={project_id}" to create resources.
   > 
   
   Should this be a part of some README file? 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org