From 1e64b74f4ca970b508f0cd1510f408f4d64e2fcf Mon Sep 17 00:00:00 2001 From: Manuel Pedrozo Date: Tue, 4 Nov 2025 17:40:15 +0100 Subject: [PATCH] Update feedback portal url --- .github/ISSUE_TEMPLATE/config.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index cadd608bd..2a7050a17 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: true contact_links: - name: MongoDB Atlas CloudFormation Resources Beta Feature Request - url: https://feedback.mongodb.com/forums/924145-atlas/category/392596-atlas-cloudformation-resources + url: https://feedback.mongodb.com/ideas?category=7548141186718564699 about: Request a feature or up-vote an existing suggestion! - name: MongoDB Atlas url: https://www.mongodb.com/cloud/atlas diff --git a/README.md b/README.md index 0cca7dc32..ef2148e8c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ See the [cdk examples](https://github.com/mongodb/awscdk-resources-mongodbatlas/ CloudFormation import is supported for MongoDB Atlas resources. This allows you to bring existing resources under CloudFormation management. For more details, please see [Resource Import Operations](https://github.com/mongodb/mongodbatlas-cloudformation-resources/blob/master/cfn-resources/README.md#resource-import-operations) section. ## Support, Bugs, Feature Requests -Feature requests can be submitted at [feedback.mongodb.com](https://feedback.mongodb.com/forums/924145-atlas/category/392596-atlas-cloudformation-resources) - just select "Atlas CloudFormation Resources" as the category or vote for an already suggested feature. +Feature requests can be submitted at the [MongoDB feedback portal](https://feedback.mongodb.com/ideas?category=7548141186718564699) - select Atlas -> infra-as-code as the category or vote for an already suggested feature. Support for the MongoDB Atlas Resource Provider for CloudFormation is provided under MongoDB Atlas support plans, starting with Developer. Please submit support questions via the [Support Portal](https://support.mongodb.com/). Support questions submitted under the Issues section of this repo are monitored but have no SLA and are best effort. Bugs should be filed under the Issues section of this repo.