Retrieve your .json key file from GCP and put it in the folder.
Then start the project:
terraform init
terraform plan
terraform apply
For destroy:
terraform destroy
You can test it with your-gcp-ip/index.html
The Terraform code is available under the infra
directory. And the website code is available under the website
directory.