Change datasource and plugin_framework to experimental feature flags#16291
Merged
Conversation
Collaborator
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR hasn't generated any diffs, but I'll let you know if a future commit does. |
roaks3
approved these changes
Feb 4, 2026
NandiniAgrawal15
pushed a commit
to NandiniAgrawal15/magic-modules
that referenced
this pull request
Feb 5, 2026
wuchris-g
pushed a commit
to wuchris-g/magic-modules
that referenced
this pull request
Feb 5, 2026
JianweiQ
pushed a commit
to JianweiQ/magic-modules
that referenced
this pull request
Feb 20, 2026
kapoorne-g
pushed a commit
to kapoorne-g/magic-modules
that referenced
this pull request
Feb 24, 2026
kefang2
pushed a commit
to kefang2/magic-modules
that referenced
this pull request
Feb 28, 2026
aditikumarii-google
pushed a commit
to aditikumarii-google/magic-modules
that referenced
this pull request
Mar 10, 2026
ChuAmberZhang
pushed a commit
to ChuAmberZhang/magic-modules
that referenced
this pull request
Apr 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
part of hashicorp/terraform-provider-google#25987
Datasource generation was never taken out of the experimental phase, and needs some more work to promote it to a first-class feature. plugin_framework is in a similar boat but even farther out. To discourage use without fully ripping out the already-migrated datasources, I propose to rename the flags to
*_experimental.See #16230 (comment) as an example of unintended early use of the feature
Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.