GCP Bucket with Terraform
In these Project, We are learn , How to create the GCP Bucket and upload the index.html on the Bucket using the terraform
Enable the Below API

Create a New Service Account



Assign the API Key -



Installing the terraform -
Repository link -
main.tf


GCP-terraform -> Infra -> main.tf , variable.tf , Output.tf , provider.tf

terraform init

terraform validate
terraform plan


terraform apply

OUTPUT -



Last updated