You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/infra_provider/variables.tf
-22Lines changed: 0 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -7,28 +7,6 @@ variable "description" {
7
7
default=""
8
8
description="Description to be used to describe the infrastructure provider policy"
9
9
}
10
-
# variable "vc_cluster" {
11
-
# type = string
12
-
# description = "Name of the cluster you wish to make part of this provider within vCenter."
13
-
# }
14
-
# variable "vc_portgroup" {
15
-
# type = list(string)
16
-
# description = "Name of the portgroup(s) to be used in this provider"
17
-
# }
18
-
# variable "vc_datastore" {
19
-
# type = string
20
-
# description = "Name of the datastore to be used with this provider."
21
-
# }
22
-
# variable "vc_password" {
23
-
# sensitive = true
24
-
# type = string
25
-
# description = "Password of the account to be used with vCenter. This should be the password for the account used to register vCenter with Intersight."
26
-
# }
27
-
# variable "vc_resource_pool" {
28
-
# type = string
29
-
# description = "Name of the resource pool to be used with this provider."
30
-
# default = ""
31
-
# }
32
10
variable"instance_type_moid" {
33
11
type=string
34
12
description="MOID of the Instance type mapped to this provider"
| <aname="input_cni"></a> [cni](#input\_cni)| Supported CNI type. Currently we only support Calico.* Calico - Calico CNI plugin as described in https://github.com/projectcalico/cni-plugin.|`string`|`"Calico"`| no |
54
+
| <aname="input_description"></a> [description](#input\_description)| Description to be used to describe the k8s network profile. |`string`|`""`| no |
| <aname="input_pod_cidr"></a> [pod\_cidr](#input\_pod\_cidr)| Pod CIDR Block to be used to assign POD IP Addresses. |`string`|`"100.65.0.0/16"`| no |
56
57
| <aname="input_policy_name"></a> [policy\_name](#input\_policy\_name)| Name of the policy. `_Network` and `_pod` will be added to the end of the name for the respective policies to be built. |`string`| n/a | yes |
| <aname="input_description"></a> [description](#input\_description)| Description to be used to describe the K8s sysconfig profile. |`string`|`""`| no |
52
53
| <aname="input_dns_servers"></a> [dns\_servers](#input\_dns\_servers)| DNS Servers to be included in the Network Policy. |`list(string)`| n/a | yes |
53
54
| <aname="input_domain_name"></a> [domain\_name](#input\_domain\_name)| Domain Name information for DNS search. |`string`| n/a | yes |
54
55
| <aname="input_ntp_servers"></a> [ntp\_servers](#input\_ntp\_servers)| NTP Servers to be included in the Network Policy. |`list(string)`| n/a | yes |
0 commit comments