diff --git a/terraform-modules/index.html b/terraform-modules/index.html index 66bb7bf..5732b63 100644 --- a/terraform-modules/index.html +++ b/terraform-modules/index.html @@ -71,8 +71,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 8 public AWS Terraform modules maintained by Native Cube.", - "dateModified": "2026-08-27T06:20:12Z", + "description": "A catalogue of 10 public AWS Terraform modules maintained by Native Cube.", + "dateModified": "2026-08-28T06:48:19Z", "isPartOf": { "@id": "https://native-cube.com/#website" }, @@ -107,7 +107,7 @@ "@type": "ItemList", "@id": "https://native-cube.com/terraform-modules/#modules", "name": "Native Cube Terraform modules", - "numberOfItems": 8, + "numberOfItems": 10, "itemListElement": [ { "@type": "ListItem", @@ -228,6 +228,36 @@ "programmingLanguage": "HCL", "runtimePlatform": "Amazon Web Services" } + }, + { + "@type": "ListItem", + "position": 9, + "item": { + "@type": "SoftwareSourceCode", + "name": "Elasticache", + "description": "Terraform module to provision Amazon ElastiCache resources.", + "url": "https://native-cube.com/terraform-modules/#elasticache", + "sameAs": "https://registry.terraform.io/modules/native-cube/elasticache/aws/latest", + "codeRepository": "https://github.com/native-cube/terraform-aws-elasticache", + "version": "1.0.0", + "programmingLanguage": "HCL", + "runtimePlatform": "Amazon Web Services" + } + }, + { + "@type": "ListItem", + "position": 10, + "item": { + "@type": "SoftwareSourceCode", + "name": "S3", + "description": "Terraform module for creating production-oriented Amazon S3 resources.", + "url": "https://native-cube.com/terraform-modules/#s3", + "sameAs": "https://registry.terraform.io/modules/native-cube/s3/aws/latest", + "codeRepository": "https://github.com/native-cube/terraform-aws-s3", + "version": "1.0.0", + "programmingLanguage": "HCL", + "runtimePlatform": "Amazon Web Services" + } } ] } @@ -320,7 +350,7 @@
Registry and GitHub metadata synchronized - . + .
Terraform module to provision Amazon ElastiCache resources.
++ Terraform >= 1.11.4 + AWS >= 6.62.0, < 7.0.0 +
+native-cube/elasticache/aws
+
+ module "elasticache" {
+ source = "native-cube/elasticache/aws"
+ version = "1.0.0"
+
+ # insert the 2 required variables here
+}
+
+ module "elasticache" {
+ source = "native-cube/elasticache/aws"
+ version = "1.0.0"
+
+ # deployment_type = "replace-me"
+ # name = "replace-me"
+}
+ deployment_type
+ string
+ name
+ string
+ + License not declared + Source updated +
+Terraform module for creating production-oriented Amazon S3 resources.
++ Terraform >= 1.5.0 + AWS >= 6.61.0, < 7.0.0 +
+native-cube/s3/aws
+
+ module "s3" {
+ source = "native-cube/s3/aws"
+ version = "1.0.0"
+
+ # no required variables
+}
+
+ module "s3" {
+ source = "native-cube/s3/aws"
+ version = "1.0.0"
+
+ # no required variables
+}
+ No required inputs. Configure optional variables as needed.
++ License not declared + Source updated +
+