Skip to content

endocode/terraform-gcp-cd-example

Repository files navigation

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
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages