-
Notifications
You must be signed in to change notification settings - Fork 178
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
chore: Moves bi_connector_config
and advanced_configuration
in TPF to blocks
#2909
base: master
Are you sure you want to change the base?
Conversation
7664ff4
to
8d70c4b
Compare
… block count changed from 0 to 1.
…uration: block count changed from 0 to 1." This reverts commit e950e93.
internal/service/advancedclustertpf/model_ClusterDescription20240805.go
Outdated
Show resolved
Hide resolved
internal/service/advancedclustertpf/model_to_ClusterDescriptionProcessArgsLegacy.go
Outdated
Show resolved
Hide resolved
"github.com/hashicorp/terraform-plugin-framework/types" | ||
) | ||
|
||
func SingleListTFToSDK[TFModel, SDKRequest any](ctx context.Context, diags *diag.Diagnostics, input *types.List, fnTransform func(tf TFModel) SDKRequest) SDKRequest { |
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.
Nice usage of Generic names!
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.
I followed your lead :-)
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.
Great! Did you do a manual check of the terraform import
experience?
yes, commented offline |
Description
Moves
bi_connector_config
andadvanced_configuration
in TPF to blocksLink to any related issue(s): CLOUDP-290825
Type of change:
Required Checklist:
Further comments