Fix service Name
This commit is contained in:
@@ -79,3 +79,9 @@ variable "lb_policy" {
|
||||
error_message = "Only Cluster or Local is allowed"
|
||||
}
|
||||
}
|
||||
|
||||
variable "owner_references" {
|
||||
type = list(object({}))
|
||||
description = "Adding owner references"
|
||||
default = []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user