Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit 6415f37

Browse files
committed
added comments + worker and pod NSGs
1 parent 3b1f81e commit 6415f37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

oci-native-rm/oke/variable.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ variable "cp_subnet_id" {}
1414
variable "cp_nsg_id" {}
1515
variable "worker_subnet_id" {}
1616
variable "worker_nsg_id" {}
17-
variable "pod_nsg_id" {}
17+
variable "pod_nsg_id" {
18+
default = null
19+
}
1820
variable "pod_subnet_id" {
1921
default = null
2022
}

0 commit comments

Comments
 (0)