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

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

License

Notifications You must be signed in to change notification settings

kkamara/terraform-google-cloud-infrastructure-as-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published