Skip to content

Commit 24705b9

Browse files
committed
convert secret_ref variable to secret_name
1 parent 947bbff commit 24705b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ variable "replicas" {
5252
default = 1
5353
}
5454

55-
variable "secret_ref" {
56-
description = "https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/deployment#secret_ref"
55+
variable "secret_name" {
56+
description = "https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/deployment#name"
5757
default = ""
5858
}
5959

0 commit comments

Comments
 (0)