-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvariables.tf
33 lines (33 loc) · 909 Bytes
/
variables.tf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Volterra Environment
variable "projectPrefix" {}
variable "labels" {}
variable "location" {}
variable "region" {}
variable "sshPublicKey" {}
variable "sshPublicKeyPath" {}
variable "new_vnet_name" {}
variable "new_vnet_primary_ipv4" {}
variable "delegated_domain" {}
variable "namespace" {}
variable "api_cert" {}
variable "api_key" {}
variable "api_p12_file" {}
variable "api_p12_password" {}
variable "name" {}
variable "url" {}
variable "azure_client_id" {}
variable "azure_client_secret" {}
variable "azure_tenant_id" {}
variable "azure_subscription_id" {}
variable "resource_group_name" {}
variable "azure_resource_group_name" {}
variable "volterra_tf_action" {}
variable "subnet_internal" {}
variable "subnet_external" {}
variable "subnet_inspec_ext" {}
variable "gateway_type" {}
variable "fleet_label" {}
variable "cidr" {}
variable "azure_subnets" {}
variable "shorttags" {}
variable "fulltags" {}