Skip to content

Commit d0c9625

Browse files
Merge pull request #7267 from nmelehan-akamai/rc-v1.376.0
[Release] v1.376.0
2 parents db7964e + db32dd2 commit d0c9625

File tree

5 files changed

+140
-8
lines changed

5 files changed

+140
-8
lines changed

_vendor/github.com/linode/linode-docs-theme/layouts/partials/sections/body-structured-data.html

Lines changed: 134 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# github.com/linode/linode-docs-theme v0.0.0-20250429183205-b5ce62d26795
1+
# github.com/linode/linode-docs-theme v0.0.0-20250513144910-cddeb56c075c
22
# github.com/linode/linode-website-partials v0.0.0-20250409155719-a69a3433df0c
33
# github.com/gohugoio/hugo-mod-jslibs-dist/alpinejs/v3 v3.21300.20800
44
# github.com/gohugoio/hugo-mod-jslibs/turbo/v8 v8.20000.20400

docs/guides/databases/postgresql/managed-postgresql-databases-on-akamai-cloud-with-terraform/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
slug: managed-postgresql-databases-on-akamai-cloud-with-terraform
33
title: "Managed PostgreSQL Databases on Akamai Cloud with Terraform"
44
description: "Learn how to use Terraform to provision a managed PostgreSQL database cluster on Akamai Cloud."
5-
authors: ["Peter Sari"]
6-
contributors: ["Peter Sari", "Nathan Melehan"]
5+
authors: ["Brent Eiler"]
6+
contributors: ["Brent Eiler", "Peter Sari", "Nathan Melehan"]
77
published: 2025-05-02
88
keywords: ['managed database','database managed services','managed postgresql','managed postgres','managed postgres database','terraform postgresql provider​','terraform postgresql​','postgresql terraform provider​','terraform postgres provider','postgres terraform provider','terraform postgres','terraform database','postgresql_database terraform','terraform create postgres database','infrastructure as code','iac']
99
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ require (
77
github.com/gohugoio/hugo-mod-jslibs/turbo/v7 v7.20300.20000 // indirect
88
github.com/instantpage/instant.page v5.1.1+incompatible // indirect
99
github.com/linode/linode-api-docs/v4 v4.176.0 // indirect
10-
github.com/linode/linode-docs-theme v0.0.0-20250429183205-b5ce62d26795 // indirect
10+
github.com/linode/linode-docs-theme v0.0.0-20250513144910-cddeb56c075c // indirect
1111
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,8 @@ github.com/linode/linode-docs-theme v0.0.0-20250414193030-a8fd512eed64 h1:vV+Tmb
322322
github.com/linode/linode-docs-theme v0.0.0-20250414193030-a8fd512eed64/go.mod h1:D4CREqxDmJW1ubkMagGdNUhKKE3h3ASWmnEUpqnJcsA=
323323
github.com/linode/linode-docs-theme v0.0.0-20250429183205-b5ce62d26795 h1:AOOYayvCmOuz5s3SSYXf+g/+x9qrhYbo8KY0daJNMR0=
324324
github.com/linode/linode-docs-theme v0.0.0-20250429183205-b5ce62d26795/go.mod h1:D4CREqxDmJW1ubkMagGdNUhKKE3h3ASWmnEUpqnJcsA=
325+
github.com/linode/linode-docs-theme v0.0.0-20250513144910-cddeb56c075c h1:mGZmro7CoKOEPLrqzTDZBRmVTIPZk7ZlNX1q2H8f688=
326+
github.com/linode/linode-docs-theme v0.0.0-20250513144910-cddeb56c075c/go.mod h1:D4CREqxDmJW1ubkMagGdNUhKKE3h3ASWmnEUpqnJcsA=
325327
github.com/linode/linode-website-partials v0.0.0-20221205205120-b6ea1aaa59fb/go.mod h1:K1Em3lwb16JiCwNVftAFwWGhyB9Zkl/nXhxjBBUC1Ao=
326328
github.com/linode/linode-website-partials v0.0.0-20221222200538-99862e429110/go.mod h1:K1Em3lwb16JiCwNVftAFwWGhyB9Zkl/nXhxjBBUC1Ao=
327329
github.com/linode/linode-website-partials v0.0.0-20230201145731-a8703d0a954a/go.mod h1:K1Em3lwb16JiCwNVftAFwWGhyB9Zkl/nXhxjBBUC1Ao=

0 commit comments

Comments
 (0)