Skip to content
This repository was archived by the owner on Dec 16, 2020. It is now read-only.

Commit feb2fb5

Browse files
Update examples/k8s-namespace-with-service-account/variables.tf
Co-Authored-By: Rob Morgan <[email protected]>
1 parent 562f713 commit feb2fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/k8s-namespace-with-service-account/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ variable "kubectl_config_path" {
2626
# ---------------------------------------------------------------------------------------------------------------------
2727

2828
variable "create_resources" {
29-
description = "Set to false to have this module create no resources."
29+
description = "Set to false to have this module skip creating resources."
3030
type = bool
3131
default = true
3232
}

0 commit comments

Comments
 (0)