Skip to content
Closed
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
22 changes: 11 additions & 11 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-08-28T06:48:19Z",
"dateModified": "2026-09-07T13:31:37Z",
"isPartOf": {
"@id": "https://native-cube.com/#website"
},
Expand Down Expand Up @@ -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"
}
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-08-28">28 Aug 2026</time>.
<time datetime="2026-09-07">7 Sep 2026</time>.
</p>
<div id="module-grid" class="module-grid">
<article
Expand Down Expand Up @@ -939,7 +939,7 @@ <h3><a class="module-permalink" href="#kms">KMS<span aria-hidden="true">#</span>
<dl class="module-overview" aria-label="KMS module overview">
<div>
<dt>Version</dt>
<dd>v2.0.0</dd>
<dd>v2.1.0</dd>
</div>
<div>
<dt>Required</dt>
Expand All @@ -954,7 +954,7 @@ <h3><a class="module-permalink" href="#kms">KMS<span aria-hidden="true">#</span>
data-module="kms"
data-title="KMS"
data-source="native-cube/kms/aws"
data-version="2.0.0"
data-version="2.1.0"
data-required="0"
data-snippet="compact"
aria-label="Copy KMS module block"
Expand Down Expand Up @@ -983,21 +983,21 @@ <h3><a class="module-permalink" href="#kms">KMS<span aria-hidden="true">#</span>
<dl class="detail-facts">
<div>
<dt>Released</dt>
<dd><time datetime="2026-06-18">18 Jun 2026</time></dd>
<dd><time datetime="2026-09-03">3 Sep 2026</time></dd>
</div>
<div>
<dt>Terraform</dt>
<dd>&gt;= 1.9.0</dd>
</div>
<div>
<dt>AWS provider</dt>
<dd>&gt;= 6.0</dd>
<dd>&gt;= 6.62.0</dd>
</div>
</dl>
<h4>Module block</h4>
<pre><code>module &quot;kms&quot; {
source = &quot;native-cube/kms/aws&quot;
version = &quot;2.0.0&quot;
version = &quot;2.1.0&quot;

# no required variables
}</code></pre>
Expand All @@ -1008,15 +1008,15 @@ <h4>Module block</h4>
data-module="kms"
data-title="KMS"
data-source="native-cube/kms/aws"
data-version="2.0.0"
data-version="2.1.0"
data-required="0"
data-inputs="[]"
data-snippet="starter"
aria-label="Copy KMS starter block with typed required inputs"
><span>Copy starter block with typed inputs</span></button>
<template data-starter-example>module &quot;kms&quot; {
source = &quot;native-cube/kms/aws&quot;
version = &quot;2.0.0&quot;
version = &quot;2.1.0&quot;

# no required variables
}</template>
Expand All @@ -1032,7 +1032,7 @@ <h4>Required inputs</h4>
</div>
<p class="module-trust">
<a href="https://github.com/native-cube/terraform-aws-kms/blob/main/LICENSE" target="_blank" rel="noreferrer">Apache-2.0 license <span aria-hidden="true">↗</span></a>
<span>Source updated <time datetime="2026-06-18">18 Jun 2026</time></span>
<span>Source updated <time datetime="2026-09-03">3 Sep 2026</time></span>
</p>
</div>
</details>
Expand Down
10 changes: 5 additions & 5 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-08-28T06:48:19Z",
"synced_at": "2026-09-07T13:31:37Z",
"modules": [
{
"name": "eks",
Expand Down Expand Up @@ -166,14 +166,14 @@
"summary": "Configure an AWS KMS key with an optional alias, key policy, rotation controls, multi-Region support, and resource tags.",
"example_path": "examples/core",
"metadata": {
"version": "2.0.0",
"published_at": "2026-06-18T15:18:44.429466Z",
"version": "2.1.0",
"published_at": "2026-09-03T08:23:20.595504Z",
"terraform_requirement": ">= 1.9.0",
"provider_requirement": ">= 6.0",
"provider_requirement": ">= 6.62.0",
"required_inputs": [],
"archived": false,
"deprecated": false,
"pushed_at": "2026-06-18T15:26:32Z",
"pushed_at": "2026-09-03T08:25:24Z",
"license": "Apache-2.0"
}
},
Expand Down
Loading