diff --git a/terraform-modules/index.html b/terraform-modules/index.html index 6132236..df18df9 100644 --- a/terraform-modules/index.html +++ b/terraform-modules/index.html @@ -70,8 +70,8 @@ "@id": "https://native-cube.com/terraform-modules/#webpage", "url": "https://native-cube.com/terraform-modules/", "name": "Native Cube AWS Terraform Modules", - "description": "A catalogue of 10 public AWS Terraform modules maintained by Native Cube.", - "dateModified": "2026-08-28T06:48:19Z", + "description": "A catalogue of 11 public AWS Terraform modules maintained by Native Cube.", + "dateModified": "2026-09-09T08:48:48Z", "isPartOf": { "@id": "https://native-cube.com/#website" }, @@ -106,7 +106,7 @@ "@type": "ItemList", "@id": "https://native-cube.com/terraform-modules/#modules", "name": "Native Cube Terraform modules", - "numberOfItems": 10, + "numberOfItems": 11, "itemListElement": [ { "@type": "ListItem", @@ -178,7 +178,7 @@ "url": "https://native-cube.com/terraform-modules/#kms", "sameAs": "https://registry.terraform.io/modules/native-cube/kms/aws/latest", "codeRepository": "https://github.com/native-cube/terraform-aws-kms", - "version": "2.0.0", + "version": "2.1.0", "programmingLanguage": "HCL", "runtimePlatform": "Amazon Web Services" } @@ -257,6 +257,21 @@ "programmingLanguage": "HCL", "runtimePlatform": "Amazon Web Services" } + }, + { + "@type": "ListItem", + "position": 11, + "item": { + "@type": "SoftwareSourceCode", + "name": "Documentdb", + "description": "Terraform module supporting creation of AWS DocumentDB resources", + "url": "https://native-cube.com/terraform-modules/#documentdb", + "sameAs": "https://registry.terraform.io/modules/native-cube/documentdb/aws/latest", + "codeRepository": "https://github.com/native-cube/terraform-aws-documentdb", + "version": "1.1.0", + "programmingLanguage": "HCL", + "runtimePlatform": "Amazon Web Services" + } } ] } @@ -319,7 +334,7 @@

Practical Terraform modules for AWS infrastructure.

-
10
+
11
Modules
@@ -373,7 +388,7 @@

Find your module.

Registry and GitHub metadata synchronized - . + .

@@ -1659,6 +1674,130 @@

Required inputs

+ +
+
+ + Networking + Active +
+

Documentdb

+

Terraform module supporting creation of AWS DocumentDB resources

+
+
+
Version
+
v1.1.0
+
+
+
Required
+
1 input
+
+
+
+ native-cube/documentdb/aws + +
+ +
+ + Usage & requirements + + +
+
+
+
Released
+
+
+
+
Terraform
+
>= 1.11.4
+
+
+
AWS provider
+
>= 6.63.0, < 7.0.0
+
+
+

Module block

+
module "documentdb" {
+  source  = "native-cube/documentdb/aws"
+  version = "1.1.0"
+
+  # insert the 1 required variable here
+}
+ + +

Required inputs

+
    +
  • + name + string +
  • +
+ +

+ License not declared + Source updated +

+
+
+