Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva authored Jun 16, 2024
1 parent ac1e950 commit 007fb75
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,8 @@ variable "configmaps" {
}

variable "kustomization_patches" {
type = list(object({
content = string
}))
default = []
description = "A list of kustomization_patches"
type = string
description = "kustomization_patches"
}

variable "additional_manifests" {
Expand Down

0 comments on commit 007fb75

Please sign in to comment.