From b8a52a036b3320ef9d73c09b2fe6658adf7dd694 Mon Sep 17 00:00:00 2001
From: LeoSpyke <44040856+LeoSpyke@users.noreply.github.com>
Date: Tue, 20 Jun 2023 14:18:53 +0200
Subject: [PATCH 1/2] Update outputs.tf
fix typo
---
outputs.tf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/outputs.tf b/outputs.tf
index 1a8af62..1610336 100644
--- a/outputs.tf
+++ b/outputs.tf
@@ -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
}
From 165f16a3301dc4cbf968ba072fe1821a4cc02ec7 Mon Sep 17 00:00:00 2001
From: LeoSpyke <44040856+LeoSpyke@users.noreply.github.com>
Date: Tue, 20 Jun 2023 14:19:21 +0200
Subject: [PATCH 2/2] Update README.md
fix typo
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 739009c..4475b9d 100644
--- a/README.md
+++ b/README.md
@@ -322,7 +322,7 @@ No modules.
| [iam\_role\_arn](#output\_iam\_role\_arn) | The Amazon Resource Name (ARN) specifying the IAM role |
| [iam\_role\_name](#output\_iam\_role\_name) | The name of the IAM role |
| [iam\_role\_unique\_id](#output\_iam\_role\_unique\_id) | Stable and unique string identifying the IAM role |
-| [namespaces](#output\_namespaces) | Mapf of Kubernetes namespaces created and their attributes |
+| [namespaces](#output\_namespaces) | Map of Kubernetes namespaces created and their attributes |
| [rbac\_group](#output\_rbac\_group) | The name of the Kubernetes RBAC group |