mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-09-01 21:59:36 +00:00
13 lines
359 B
Terraform
13 lines
359 B
Terraform
# Copyright 2023-2025 the Pinniped contributors. All Rights Reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
variable "sharedVPCProject" {
|
|
description = "Name of the GCP project which contains the shared VPC."
|
|
type = string
|
|
}
|
|
|
|
variable "concourseSubnetName" {
|
|
description = "Name of the GCP subnet to use for concourse."
|
|
type = string
|
|
}
|