Skip to content

Commit 05a56a5

Browse files
committed
refactor: remove unused variable for k3s instance 3 image source
1 parent 9115c6c commit 05a56a5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

core_instance/variables.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,6 @@ variable "k3s_image_source_id" {
104104
description = "Image Source for k3s"
105105
}
106106

107-
variable "k3s_3_image_source_id" {
108-
type = string
109-
description = "Image Source for k3s instance 3"
110-
}
111-
112107
# Load Balancer Variables
113108
variable "nlb_name" {
114109
type = string

0 commit comments

Comments
 (0)