l4zy0n3 / suse-tf

suse-tf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

  • Clone the repo
  • Create a service account in GCP with Compute Engine API access
  • Create a key for the service account
  • Create a file called terraform.tfvars with the following content:
project = "your-project-id"
credentials = "path-to-your-key-file"

Then run

terraform init
terraform plan

Verify the resources then run

terraform apply

About

suse-tf


Languages

Language:HCL 100.0%