Skip to content

Instantly share code, notes, and snippets.

@rtrentin73
Created August 23, 2022 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtrentin73/83b9742cdc60d319912c105a90f0c134 to your computer and use it in GitHub Desktop.
Save rtrentin73/83b9742cdc60d319912c105a90f0c134 to your computer and use it in GitHub Desktop.
variable "controller_ip" {
type = string
}
variable "username" {
type = string
}
variable "password" {
type = string
}
variable "cloud" {
type = string
}
variable "account" {
type = string
}
variable "subscription_id" {
type = string
}
variable "client_id" {
type = string
}
variable "client_secret" {
type = string
}
variable "tenant_id" {
type = string
}
variable "region-a" {
type = string
}
variable "region-b" {
type = string
}
variable "cidr-region-a" {
type = string
}
variable "cidr-region-b" {
type = string
}
variable "instance_size" {
type = string
}
variable "firewall_image" {
type = string
}
variable "firewall_image_version" {
type = string
}
variable "firewall_size" {
type = string
}
variable "admin_username" {
type = string
}
variable "admin_password" {
type = string
}
variable "gw_size" {
type = string
}
variable customer_name {
type = string
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment