This commit is contained in:
24
variables.tf
24
variables.tf
@@ -348,6 +348,11 @@ variable "cloudflare_domain_controller_rdp_port" {
|
||||
# GCP Networking
|
||||
#======================================================
|
||||
|
||||
variable "aws_vm_internal_ip" {
|
||||
description = "Internal Private IP of AWS Compute Engine Instance"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "gcp_vm_internal_ip" {
|
||||
description = "Internal Private IP of GCP Compute Engine Instance"
|
||||
type = string
|
||||
@@ -382,6 +387,11 @@ variable "aws_vpc_cidr" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "aws_windows_vm_internal_ip" {
|
||||
description = "Internal Private IP of AWS Compute Engine Instance running Windows RDP"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "aws_private_cidr" {
|
||||
description = "AWS private subnet, subnet for VMs in AWS"
|
||||
type = string
|
||||
@@ -502,12 +512,22 @@ variable "cloudflare_subdomain_training_status" {
|
||||
# CLOUDFLARE TARGET NAMES
|
||||
#======================================================
|
||||
|
||||
variable "cloudflare_target_ssh_name" {
|
||||
variable "cloudflare_aws_target_ssh_name" {
|
||||
description = "Friendly name for the Target hostname in Infrastructure App"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "cloudflare_target_rdp_name" {
|
||||
variable "cloudflare_gcp_target_ssh_name" {
|
||||
description = "Friendly name for the Target hostname in Infrastructure App"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "cloudflare_aws_target_rdp_name" {
|
||||
description = "Friendly name for the Target hostname in RDP windows browser rendered App"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "cloudflare_gcp_target_rdp_name" {
|
||||
description = "Friendly name for the Target hostname in RDP windows browser rendered App"
|
||||
type = string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user