2018-12-19 01:35:14 +08:00
|
|
|
provider "google" {
|
|
|
|
project = "test-000000"
|
|
|
|
region = "europe-west3"
|
|
|
|
zone = "europe-west3-b"
|
2019-09-04 15:19:36 +08:00
|
|
|
credentials = "${file("../gcp_keys/gcp_key.json")}"
|
2018-12-19 01:35:14 +08:00
|
|
|
}
|
|
|
|
locals {
|
2019-09-03 22:22:07 +08:00
|
|
|
resource_prefix = ""
|
2018-12-19 01:35:14 +08:00
|
|
|
service_account_email="tester-monkeyZoo-user@testproject-000000.iam.gserviceaccount.com"
|
|
|
|
monkeyzoo_project="guardicore-22050661"
|
2019-09-03 22:22:07 +08:00
|
|
|
}
|