-
Notifications
You must be signed in to change notification settings - Fork 144
feat(wedata): [127477929] add new resource #3539
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
73e3885
to
8e08dcb
Compare
8e08dcb
to
651abc1
Compare
_ = d.Set("job_id", *response.Response.Data.JobId) | ||
} | ||
|
||
d.SetId(strings.Join([]string{projectId, scriptId}, tccommon.FILED_SP)) |
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.
ID更新为jobid
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.
done
|
||
```hcl | ||
resource "tencentcloud_wedata_code_file" "example" { | ||
project_id = "2983848457986924544" |
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.
加上folder引用
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.
done
script_config { | ||
datasource_id = "108826" | ||
compute_resource = "svmgao_stability" | ||
} |
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.
加上folder引用
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.
done
No description provided.