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
16 changes: 8 additions & 8 deletions terraform-modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"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-26T08:21:22Z",
"dateModified": "2026-08-27T06:20:12Z",
"isPartOf": {
"@id": "https://native-cube.com/#website"
},
Expand Down Expand Up @@ -384,7 +384,7 @@ <h2 id="catalogue-title">Choose a building block.</h2>
<!-- MODULE_CARDS_START -->
<p class="catalogue-sync">
Registry and GitHub metadata synchronized
<time datetime="2026-08-26">26 Aug 2026</time>.
<time datetime="2026-08-27">27 Aug 2026</time>.
</p>
<div class="module-grid">
<article id="eks" class="module-card module-card--eks">
Expand Down Expand Up @@ -1114,9 +1114,9 @@ <h4>Required inputs</h4>
<span class="module-type">Networking</span>
<span class="status-badge"><i></i> Active</span>
</div>
<h3><a class="module-permalink" href="#mq">Mq<span aria-hidden="true">#</span></a></h3>
<h3><a class="module-permalink" href="#mq">MQ<span aria-hidden="true">#</span></a></h3>
<p class="module-description">Terraform module for provisioning an Amazon MQ broker</p>
<dl class="module-facts" aria-label="Mq module metadata">
<dl class="module-facts" aria-label="MQ module metadata">
<div>
<dt>Latest</dt>
<dd>v1.0.0</dd>
Expand All @@ -1140,12 +1140,12 @@ <h3><a class="module-permalink" href="#mq">Mq<span aria-hidden="true">#</span></
type="button"
data-module-copy
data-module="mq"
data-title="Mq"
data-title="MQ"
data-source="native-cube/mq/aws"
data-version="1.0.0"
data-required="2"
data-snippet="compact"
aria-label="Copy Mq module block"
aria-label="Copy MQ module block"
>
<svg viewBox="0 0 24 24" aria-hidden="true">
<rect x="8" y="8" width="10" height="11" rx="2" />
Expand All @@ -1172,13 +1172,13 @@ <h4>Module block</h4>
type="button"
data-module-copy
data-module="mq"
data-title="Mq"
data-title="MQ"
data-source="native-cube/mq/aws"
data-version="1.0.0"
data-required="2"
data-inputs="[{&quot;name&quot;:&quot;broker_name&quot;,&quot;type&quot;:&quot;string&quot;,&quot;description&quot;:&quot;Name of the Amazon MQ broker and prefix for module-created resources.&quot;},{&quot;name&quot;:&quot;engine_version&quot;,&quot;type&quot;:&quot;string&quot;,&quot;description&quot;:&quot;Amazon MQ engine version. Specify an available version explicitly so upgrades are reviewed.&quot;}]"
data-snippet="starter"
aria-label="Copy Mq starter block with typed required inputs"
aria-label="Copy MQ starter block with typed required inputs"
><span>Copy starter block with typed inputs</span></button>
<template data-starter-example>module &quot;mq&quot; {
source = &quot;native-cube/mq/aws&quot;
Expand Down
2 changes: 1 addition & 1 deletion 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-26T08:21:22Z",
"synced_at": "2026-08-27T06:20:12Z",
"modules": [
{
"name": "eks",
Expand Down
Loading