Files
OCI-Kubernetes-cluster-with…/oci-managed/snet/variables.tf

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"
}