Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 692 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 692 Bytes

Terraform Infra Setup

  • Clone git repo and cd to terraform directory

    git clone https://github.com/locdoan12121997/ticketsim.git && cd terraform
  • Init terraform

    terraform init
  • View the Terraform plan

    You will be asked to enter the name of the GCS bucket you want to create, your GCP Project ID, and non-quoted path to service account json. Use the same values throughout the project.

    terraform plan
    • Apply the infra. Note - Billing will start as soon as the apply is complete.
    terraform apply
    • Once you are done with the project. Teardown the infra using-
    terraform destroy