Added conditional project designation feature for relevant modules.
This commit is contained in:
@@ -3,6 +3,13 @@ variable "name" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "project_id" {
|
||||
description = "The GCP project ID. If not provided, the default project will be used."
|
||||
type = string
|
||||
nullable = true
|
||||
default = null
|
||||
}
|
||||
|
||||
variable "machine_type" {
|
||||
description = "The machine type of the VM instance."
|
||||
type = string
|
||||
|
||||
Reference in New Issue
Block a user