Skip to content

GCP infrastructure Provisionning with Terraform

Notifications You must be signed in to change notification settings

maodo/terraform-gcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Cloud Storage Provisionning

First we create a storage bucket with terraform.

Steps :
1 - Connect to Google Console
2 - Create a project
3 - Go to IAM and add service account and give it Storage/AdminRole
4 - Generate Keys in keys tab of the service account and save them in json format on you local machine
5 - Install Terraform and Google-SDK on your local machine
6 - Create a project folder and add two file main.tf and variables.tf
7 - Copy and paste the script provided in this repo. Don't forger to change the names
8 - terraform apply and see the magic happen

About

GCP infrastructure Provisionning with Terraform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages