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 947bbff commit 24705b9Copy full SHA for 24705b9
variables.tf
@@ -52,8 +52,8 @@ variable "replicas" {
52
default = 1
53
}
54
55
-variable "secret_ref" {
56
- description = "https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/deployment#secret_ref"
+variable "secret_name" {
+ description = "https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs/resources/deployment#name"
57
default = ""
58
59
0 commit comments