Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

Latest commit

 

History

History
57 lines (38 loc) · 1 KB

File metadata and controls

57 lines (38 loc) · 1 KB

movies.png

terraform-google-cloud-infrastructure-as-code

Terraform infrastructure as code with Google Cloud Platform services: Cloud DNS API, Compute Engine API and IAM API.

Installation

Create environment file.

touch terraform-with-gcp/infra/terraform.tfvars
# terraform-with-gcp/infra/terraform.tfvars
gcp_service_key = ""
gcp_project = ""
gcp_region = ""

Initialise terraform.

cd terraform-with-gcp/infra
terraform init
# View predeploy plan.
terraform plan

Usage

terraform apply
terraform destroy

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

BSD