Skip to content

Commit c8c2b8a

Browse files
mattbeemaysakanonielena-vi
committed
Add project setting to Google set up
Co-authored-by: maysakanoni <maysa@madetech.com> Co-authored-by: elena-vi <elena@madetech.com>
1 parent 2596bdd commit c8c2b8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

terraform/00-init.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ provider "google" {
2020
region = "europe-west2"
2121
zone = "europe-west2-a"
2222
credentials = "../google_service_account_creds.json"
23+
project = "dataplatform-stg"
2324
}
2425

2526
# General

0 commit comments

Comments
 (0)