Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 481 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 481 Bytes

terraform-gcp-cd-example

Local requirements:

  • Terraform (tested with 1.0.0)

Prerequisites

  • Bucket
  • Service account

Usage

  • initialize terraform (download external modules):

    terraform init
    
  • Create an execution plan:

    terraform plan
    
  • Apply the changes required to reach the desired state of the configuration:

    terraform apply
    
  • Remove everything the Terraform-managed infrastructure:

    terraform destroy