Skip to content

Commit

Permalink
docs: Correct typo in output description (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoSpyke authored Jun 20, 2023
1 parent a3a7651 commit 4ebe234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ No modules.
| <a name="output_iam_role_arn"></a> [iam\_role\_arn](#output\_iam\_role\_arn) | The Amazon Resource Name (ARN) specifying the IAM role |
| <a name="output_iam_role_name"></a> [iam\_role\_name](#output\_iam\_role\_name) | The name of the IAM role |
| <a name="output_iam_role_unique_id"></a> [iam\_role\_unique\_id](#output\_iam\_role\_unique\_id) | Stable and unique string identifying the IAM role |
| <a name="output_namespaces"></a> [namespaces](#output\_namespaces) | Mapf of Kubernetes namespaces created and their attributes |
| <a name="output_namespaces"></a> [namespaces](#output\_namespaces) | Map of Kubernetes namespaces created and their attributes |
| <a name="output_rbac_group"></a> [rbac\_group](#output\_rbac\_group) | The name of the Kubernetes RBAC group |
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->

Expand Down
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
################################################################################

output "namespaces" {
description = "Mapf of Kubernetes namespaces created and their attributes"
description = "Map of Kubernetes namespaces created and their attributes"
value = kubernetes_namespace_v1.this
}

Expand Down

0 comments on commit 4ebe234

Please sign in to comment.