Skip to content

Commit 28378b0

Browse files
do not ouput flaky namespace metadata
1 parent 53a38d9 commit 28378b0

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ Here's the gist of using it directly from github.
149149

150150
| Name | Description |
151151
|------|-------------|
152-
| namespace | Namespace name |
153152
| namespace\_name | Namespace name |
154153

155154
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->

outputs.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
output "namespace" {
2-
value = kubernetes_namespace.this[0].metadata[0].name
3-
description = "Namespace name"
4-
}
5-
61
output "namespace_name" {
72
value = local.namespace
83
description = "Namespace name"

0 commit comments

Comments
 (0)