Skip to content

Commit 4835a50

Browse files
authored
Update feature for private networks to be available
1 parent 5746d90 commit 4835a50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/pages/cloud/features.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const sections = [
3737
{ name: 'Deploy multiple environments (prod, staging…)', tiers: { bref: true, cloud: true } },
3838
{ name: 'Simple deployments from GitHub Actions', tiers: { bref: false, cloud: true }, description: '<a class="underline" href="/docs/cloud-deploy#deploying-from-github-actions">Documentation</a>' },
3939
{ name: 'Simplified creation and management of databases', tiers: { bref: false, cloud: true } },
40-
{ name: 'Simplified creation of private networks', tiers: { bref: false, cloud: 'Coming soon' } },
40+
{ name: 'Simplified creation of private networks', tiers: { bref: false, cloud: true } },
4141
{ name: 'AWS deployment security', tiers: {
4242
bref: {
4343
title: 'Your responsibility',

0 commit comments

Comments
 (0)