Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions terraform-modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"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-09-09T14:12:07Z",
"dateModified": "2026-09-14T14:07:26Z",
"isPartOf": {
"@id": "https://native-cube.com/#website"
},
Expand Down Expand Up @@ -118,7 +118,7 @@
"url": "https://native-cube.com/terraform-modules/#eks",
"sameAs": "https://registry.terraform.io/modules/native-cube/eks/aws/latest",
"codeRepository": "https://github.com/native-cube/terraform-aws-eks",
"version": "1.5.0",
"version": "2.0.0",
"programmingLanguage": "HCL",
"runtimePlatform": "Amazon Web Services"
}
Expand Down Expand Up @@ -373,7 +373,7 @@ <h2 id="catalogue-title">Find your module.</h2>
<!-- MODULE_CARDS_START -->
<p class="catalogue-sync">
Registry and GitHub metadata synchronized
<time datetime="2026-09-09">9 Sep 2026</time>.
<time datetime="2026-09-14">14 Sep 2026</time>.
</p>
<div id="module-grid" class="module-grid">
<article
Expand All @@ -396,7 +396,7 @@ <h3><a class="module-permalink" href="#eks">EKS<span aria-hidden="true">#</span>
<dl class="module-overview" aria-label="EKS module overview">
<div>
<dt>Version</dt>
<dd>v1.5.0</dd>
<dd>v2.0.0</dd>
</div>
<div>
<dt>Required</dt>
Expand All @@ -411,7 +411,7 @@ <h3><a class="module-permalink" href="#eks">EKS<span aria-hidden="true">#</span>
data-module="eks"
data-title="EKS"
data-source="native-cube/eks/aws"
data-version="1.5.0"
data-version="2.0.0"
data-required="2"
data-snippet="compact"
aria-label="Copy EKS module block"
Expand Down Expand Up @@ -440,7 +440,7 @@ <h3><a class="module-permalink" href="#eks">EKS<span aria-hidden="true">#</span>
<dl class="detail-facts">
<div>
<dt>Released</dt>
<dd><time datetime="2026-08-17">17 Aug 2026</time></dd>
<dd><time datetime="2026-09-09">9 Sep 2026</time></dd>
</div>
<div>
<dt>Terraform</dt>
Expand All @@ -454,7 +454,7 @@ <h3><a class="module-permalink" href="#eks">EKS<span aria-hidden="true">#</span>
<h4>Module block</h4>
<pre><code>module &quot;eks&quot; {
source = &quot;native-cube/eks/aws&quot;
version = &quot;1.5.0&quot;
version = &quot;2.0.0&quot;

# insert the 2 required variables here
}</code></pre>
Expand All @@ -465,15 +465,15 @@ <h4>Module block</h4>
data-module="eks"
data-title="EKS"
data-source="native-cube/eks/aws"
data-version="1.5.0"
data-version="2.0.0"
data-required="2"
data-inputs="[{&quot;name&quot;:&quot;name&quot;,&quot;type&quot;:&quot;string&quot;,&quot;description&quot;:&quot;Name prefix for module-created resources. Used as the EKS cluster name when cluster_name is null.&quot;},{&quot;name&quot;:&quot;subnet_ids&quot;,&quot;type&quot;:&quot;list(string)&quot;,&quot;description&quot;:&quot;Subnet IDs for the EKS control plane and default node groups. Use at least two subnets in different Availability Zones.&quot;}]"
data-snippet="starter"
aria-label="Copy EKS starter block with typed required inputs"
><span>Copy starter block with typed inputs</span></button>
<template data-starter-example>module &quot;eks&quot; {
source = &quot;native-cube/eks/aws&quot;
version = &quot;1.5.0&quot;
version = &quot;2.0.0&quot;

# name = &quot;replace-me&quot;
# subnet_ids = []
Expand Down Expand Up @@ -1408,7 +1408,7 @@ <h4>Required inputs</h4>
</div>
<p class="module-trust">
<span>License not declared</span>
<span>Source updated <time datetime="2026-08-28">28 Aug 2026</time></span>
<span>Source updated <time datetime="2026-09-10">10 Sep 2026</time></span>
</p>
</div>
</details>
Expand Down
8 changes: 4 additions & 4 deletions terraform-modules/modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$schema": "./modules.schema.json",
"namespace": "native-cube",
"provider": "aws",
"synced_at": "2026-09-09T14:12:07Z",
"synced_at": "2026-09-14T14:07:26Z",
"modules": [
{
"name": "eks",
Expand All @@ -14,8 +14,8 @@
"summary": "Create an Amazon EKS cluster with managed node groups, core add-ons, access controls, EKS capabilities, and optional Karpenter readiness.",
"example_path": "examples/basic",
"metadata": {
"version": "1.5.0",
"published_at": "2026-08-17T10:05:23.818052Z",
"version": "2.0.0",
"published_at": "2026-09-09T15:22:24.684474Z",
"terraform_requirement": ">= 1.5.0",
"provider_requirement": ">= 6.59.0",
"required_inputs": [
Expand Down Expand Up @@ -252,7 +252,7 @@
],
"archived": false,
"deprecated": false,
"pushed_at": "2026-08-28T06:44:22Z",
"pushed_at": "2026-09-10T12:45:08Z",
"license": null
}
},
Expand Down
Loading