We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8d629 commit cf352d8Copy full SHA for cf352d8
variables.tf
@@ -655,12 +655,12 @@ variable "identity_settings" {
655
656
variable "ingress" {
657
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")
+ allow_insecure_connections = optional(bool)
+ client_certificate_mode = optional(string)
+ exposed_port = optional(number)
+ external_enabled = optional(bool)
+ target_port = number
+ transport = optional(string)
664
665
additional_port_mappings = optional(list(object({
666
exposed_port = number
0 commit comments