-
Notifications
You must be signed in to change notification settings - Fork 189
feat: Update Resource Policy resource to GA #3276
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
Conversation
APIx bot: a message has been sent to Docs Slack channel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! I am guessing we can now also do https://jira.mongodb.org/browse/CLOUDP-282801? cc @lantoli
if so, let's put it in our RFW.
@marcosuma yes that should be okay. Also left some questions on that ticket for @lantoli |
@@ -984,7 +984,6 @@ jobs: | |||
MONGODB_ATLAS_PUBLIC_KEY: ${{ secrets.mongodb_atlas_rp_public_key }} | |||
MONGODB_ATLAS_PRIVATE_KEY: ${{ secrets.mongodb_atlas_rp_private_key }} | |||
MONGODB_ATLAS_LAST_VERSION: ${{ needs.get-provider-version.outputs.provider_version }} | |||
MONGODB_ATLAS_ENABLE_PREVIEW: "true" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so it's not used anywhere anymore?
resourcepolicy.DataSource, | ||
resourcepolicy.PluralDataSource, | ||
} // Data sources not yet in GA | ||
previewDataSources := []func() datasource.DataSource{} // Data sources not yet in GA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we also delete providerEnablePreview
, providerEnablePreview
and any other supporting code that is not needed anymore?
edit: it can be done in CLOUDP-282801
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Have we done this for CFN?
Not yet |
Description
Update Resource Policy resource to GA
Link to any related issue(s): CLOUDP-311360
Type of change:
Required Checklist:
Further comments