Skip to content

[Release] v1.376.0 #7267

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 15, 2025
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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# github.com/linode/linode-docs-theme v0.0.0-20250429183205-b5ce62d26795
# github.com/linode/linode-docs-theme v0.0.0-20250513144910-cddeb56c075c
# github.com/linode/linode-website-partials v0.0.0-20250409155719-a69a3433df0c
# github.com/gohugoio/hugo-mod-jslibs-dist/alpinejs/v3 v3.21300.20800
# github.com/gohugoio/hugo-mod-jslibs/turbo/v8 v8.20000.20400
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
slug: managed-postgresql-databases-on-akamai-cloud-with-terraform
title: "Managed PostgreSQL Databases on Akamai Cloud with Terraform"
description: "Learn how to use Terraform to provision a managed PostgreSQL database cluster on Akamai Cloud."
authors: ["Peter Sari"]
contributors: ["Peter Sari", "Nathan Melehan"]
authors: ["Brent Eiler"]
contributors: ["Brent Eiler", "Peter Sari", "Nathan Melehan"]
published: 2025-05-02
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']
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ require (
github.com/gohugoio/hugo-mod-jslibs/turbo/v7 v7.20300.20000 // indirect
github.com/instantpage/instant.page v5.1.1+incompatible // indirect
github.com/linode/linode-api-docs/v4 v4.176.0 // indirect
github.com/linode/linode-docs-theme v0.0.0-20250429183205-b5ce62d26795 // indirect
github.com/linode/linode-docs-theme v0.0.0-20250513144910-cddeb56c075c // indirect
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,8 @@ github.com/linode/linode-docs-theme v0.0.0-20250414193030-a8fd512eed64 h1:vV+Tmb
github.com/linode/linode-docs-theme v0.0.0-20250414193030-a8fd512eed64/go.mod h1:D4CREqxDmJW1ubkMagGdNUhKKE3h3ASWmnEUpqnJcsA=
github.com/linode/linode-docs-theme v0.0.0-20250429183205-b5ce62d26795 h1:AOOYayvCmOuz5s3SSYXf+g/+x9qrhYbo8KY0daJNMR0=
github.com/linode/linode-docs-theme v0.0.0-20250429183205-b5ce62d26795/go.mod h1:D4CREqxDmJW1ubkMagGdNUhKKE3h3ASWmnEUpqnJcsA=
github.com/linode/linode-docs-theme v0.0.0-20250513144910-cddeb56c075c h1:mGZmro7CoKOEPLrqzTDZBRmVTIPZk7ZlNX1q2H8f688=
github.com/linode/linode-docs-theme v0.0.0-20250513144910-cddeb56c075c/go.mod h1:D4CREqxDmJW1ubkMagGdNUhKKE3h3ASWmnEUpqnJcsA=
github.com/linode/linode-website-partials v0.0.0-20221205205120-b6ea1aaa59fb/go.mod h1:K1Em3lwb16JiCwNVftAFwWGhyB9Zkl/nXhxjBBUC1Ao=
github.com/linode/linode-website-partials v0.0.0-20221222200538-99862e429110/go.mod h1:K1Em3lwb16JiCwNVftAFwWGhyB9Zkl/nXhxjBBUC1Ao=
github.com/linode/linode-website-partials v0.0.0-20230201145731-a8703d0a954a/go.mod h1:K1Em3lwb16JiCwNVftAFwWGhyB9Zkl/nXhxjBBUC1Ao=
Expand Down
Loading