Skip to content

Commit 65e4d1c

Browse files
committed
chore: clean up unused vars
1 parent 028d48f commit 65e4d1c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

main.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ module "project_factory_project_services" {
1313
]
1414
}
1515

16-
data "google_client_config" "current" {}
17-
18-
locals {
19-
project_id = data.google_client_config.current.project
20-
}
21-
2216
module "networking" {
2317
source = "./modules/networking"
2418
namespace = var.namespace

0 commit comments

Comments
 (0)