Skip to content
Snippets Groups Projects
Forked from DevOps (Lecture FB VI) / webservice
1 commit behind, 31 commits ahead of the upstream repository.
provider.tf 145 B
provider "google" {
  project     = "bht-devops24-ss"
  region      = "europe-west1"
  credentials = file("/home/schnarkus/.gcp/keyfile.json")
}