-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat(DDS): import DDS resource, unit test and document #151
feat(DDS): import DDS resource, unit test and document #151
Conversation
PR needs rebase. |
2b54fee
to
4caa53e
Compare
PR needs rebase. |
4caa53e
to
d50a02c
Compare
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
PR needs rebase. |
d50a02c
to
4ef7982
Compare
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
@@ -219,7 +219,8 @@ func Provider() *schema.Provider { | |||
"g42cloud_ddm_engines": ddm.DataSourceDdmEngines(), | |||
"g42cloud_ddm_flavors": ddm.DataSourceDdmFlavors(), | |||
|
|||
"g42cloud_dds_flavors": dds.DataSourceDDSFlavorV3(), | |||
"g42cloud_dds_flavors": dds.DataSourceDDSFlavorV3(), |
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.
the num of resources/data sources added in provider.go are less than the num of actual newly added ut/doc files, pls check
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.
fix
4ef7982
to
2cc77f7
Compare
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
/lgtm |
/approve |
What this PR does / why we need it:
import CSS resource, unit test and document
Which issue this PR fixes:
(optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged)fixes #xxx
Special notes for your reviewer:
Release note:
PR Checklist
Acceptance Steps Performed