Skip to content

Commit c3be804

Browse files
EN-22: Remove default name from vars(patch)
1 parent a7d5f1a commit c3be804

File tree

1 file changed

+0
-1
lines changed
  • modules/kubernetes-config-map

1 file changed

+0
-1
lines changed

modules/kubernetes-config-map/vars.tf

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
variable "name" {
66
description = "The name of the config map. Must be unique and cannot be updated."
77
type = string
8-
default = "config-map"
98
}
109

1110
variable "namespace" {

0 commit comments

Comments
 (0)