Skip to content

Conversation

SevenEarth
Copy link
Collaborator

No description provided.

@SevenEarth SevenEarth requested a review from hellertang October 14, 2025 09:10
if d.HasChange("project.0.display_name") {
request := wedatav20250806.NewUpdateProjectRequest()
if v, ok := d.GetOk("project.0.display_name"); ok {
request.DisplayName = helper.String(v.(string))
Copy link
Collaborator

Choose a reason for hiding this comment

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

加forcenew

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

Example Usage

```hcl
resource "tencentcloud_wedata_project_member" "example" {
Copy link
Collaborator

Choose a reason for hiding this comment

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

demo优化加入project

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

@hellertang hellertang merged commit 4784c55 into master Oct 17, 2025
8 checks passed
@hellertang hellertang deleted the feat/wedata2 branch October 17, 2025 09:40
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