Skip to content

Basic terraform configuration for developing terraform google provider

Notifications You must be signed in to change notification settings

karolgorc/provider-development-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

provider-development-playground

Basic terraform configuration for developing terraform google provider

Setting up IAM for impersonation

  1. Create a service account that terraform will use to apply the changes

  2. Give these permissions to users that will use the SA and the SA itself

    • Owner
    • Service Account Token Creator

    image

  3. From this point you should be able to perform terraform deployments

Setting up repository

  1. Look into variables.tf and terraform.tfvars and fill in all the placeholder values
  2. terraform init
  3. terraform plan
  4. terraform apply
  5. If all permissions are done correctly this should create a single compute VM

About

Basic terraform configuration for developing terraform google provider

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages