Skip to content

Commit cf352d8

Browse files
committed
fix: remove defaults
1 parent 9e8d629 commit cf352d8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

variables.tf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -655,12 +655,12 @@ variable "identity_settings" {
655655

656656
variable "ingress" {
657657
type = object({
658-
allow_insecure_connections = optional(bool, false)
659-
client_certificate_mode = optional(string, "Ignore")
660-
exposed_port = optional(number, 0)
661-
external_enabled = optional(bool, false)
662-
target_port = optional(number)
663-
transport = optional(string, "Auto")
658+
allow_insecure_connections = optional(bool)
659+
client_certificate_mode = optional(string)
660+
exposed_port = optional(number)
661+
external_enabled = optional(bool)
662+
target_port = number
663+
transport = optional(string)
664664

665665
additional_port_mappings = optional(list(object({
666666
exposed_port = number

0 commit comments

Comments
 (0)