Skip to content
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

fix(postgresql): [120427548] tencentcloud_postgresql_clone_db_instance support dedicated_cluster_id params #2920

Merged
merged 2 commits into from
Nov 1, 2024

Conversation

SevenEarth
Copy link
Collaborator

No description provided.

@SevenEarth SevenEarth requested a review from hellertang October 30, 2024 02:05
@@ -261,6 +266,9 @@ func resourceTencentCloudPostgresqlCloneDbInstanceCreate(d *schema.ResourceData,
if v, ok := dBNodeSetMap["zone"]; ok {
dBNode.Zone = helper.String(v.(string))
}
if v, ok := dBNodeSetMap["dedicated_cluster_id"]; ok {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个只有Create,没有read么

@hellertang hellertang merged commit 5486b08 into master Nov 1, 2024
8 checks passed
@hellertang hellertang deleted the fix/pgsql_clone_cdc branch November 1, 2024 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants