This commit is contained in:
10
variables.tf
10
variables.tf
@@ -334,6 +334,16 @@ variable "cloudflare_subdomain_training_status" {
|
|||||||
# GCP Networking
|
# GCP Networking
|
||||||
#======================================================
|
#======================================================
|
||||||
|
|
||||||
|
variable "gcp_vm_internal_ip" {
|
||||||
|
description = "Internal Private IP of GCP Compute Engine Instance"
|
||||||
|
type = string
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "gcp_windows_vm_internal_ip" {
|
||||||
|
description = "Internal Private IP of GCP Compute Engine Instance running Windows RDP"
|
||||||
|
type = string
|
||||||
|
}
|
||||||
|
|
||||||
variable "gcp_infra_cidr" {
|
variable "gcp_infra_cidr" {
|
||||||
description = "CIDR Range for GCP VMs running cloudflared"
|
description = "CIDR Range for GCP VMs running cloudflared"
|
||||||
type = string
|
type = string
|
||||||
|
|||||||
Reference in New Issue
Block a user