This repo automates GCP resource creation, updation and deletion.
This repo mandates you to have a GCP account with a custom service account to run terrform code
follow the below steps to run the code.
terraform init
(To initialize the modules)terraform plan
( This command will show the changes that will be made to infrastructure before the execution)terraform apply
(you can use --auto-approve)terraform delete
(you can use --auto-approve)