Skip to content

Commit

Permalink
fix: activate insecure mode by default for kind
Browse files Browse the repository at this point in the history
  • Loading branch information
lentidas committed Jun 28, 2023
1 parent ba86258 commit b4f1441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kind/extra-variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ variable "logs_storage" {
endpoint = string
access_key = string
secret_key = string
insecure = optional(bool, false)
insecure = optional(bool, true)
})
}

0 comments on commit b4f1441

Please sign in to comment.