File tree 1 file changed +0
-24
lines changed
modules/kubernetes-config-map
1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 1
- # ---------------------------------------------------------------------------------------------------------------------
2
- # PROVIDER VARIABLES
3
- # ---------------------------------------------------------------------------------------------------------------------
4
-
5
- variable "host" {
6
- description = " The Kubernetes cluster's API endpoint URL."
7
- type = string
8
- }
9
-
10
- variable "client_certificate" {
11
- description = " The client certificate (in PEM format) used to authenticate to the Kubernetes cluster."
12
- type = string
13
- }
14
-
15
- variable "client_key" {
16
- description = " The client private key (in PEM format) used to encrypt communicates with the Kubernetes cluster."
17
- type = string
18
- }
19
-
20
- variable "cluster_ca_certificate" {
21
- description = " The cluster's CA certificate (in PEM format) used to validate remote host identity."
22
- type = string
23
- }
24
-
25
1
# ---------------------------------------------------------------------------------------------------------------------
26
2
# DEPLOYMENT VARIABLES
27
3
# ---------------------------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments