mirror of
https://github.com/vcscsvcscs/OCI-Kubernetes-cluster-with-traefik.git
synced 2025-08-14 06:49:05 +02:00
17 lines
239 B
HCL
17 lines
239 B
HCL
variable "compartment_ocid" {}
|
|
variable "vcn_id" {}
|
|
variable "vcn_nat_route_id" {
|
|
type = string
|
|
}
|
|
variable "vcn_ig_route_id" {
|
|
type = string
|
|
}
|
|
|
|
variable "cluster_name" {
|
|
type = string
|
|
}
|
|
|
|
variable "environment" {
|
|
default = "prod"
|
|
}
|