mirror of
https://github.com/vcscsvcscs/OCI-Kubernetes-cluster-with-traefik.git
synced 2025-08-13 22:39:06 +02:00
Add oci managed terraform + create snet module
This commit is contained in:
16
oci-managed/snet/variables.tf
Normal file
16
oci-managed/snet/variables.tf
Normal file
@@ -0,0 +1,16 @@
|
||||
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"
|
||||
}
|
Reference in New Issue
Block a user