diff --git a/networking/hub-and-spoke-peering/main.tf b/networking/hub-and-spoke-peering/main.tf index ccdb146a..ca536b86 100644 --- a/networking/hub-and-spoke-peering/main.tf +++ b/networking/hub-and-spoke-peering/main.tf @@ -33,7 +33,7 @@ module "project" { source = "../../modules/project" project_create = var.project_create != null billing_account = try(var.project_create.billing_account, null) - oslogin = try(var.project_create.oslogin, null) + oslogin = try(var.project_create.oslogin, false) parent = try(var.project_create.parent, null) name = var.project_id services = [