-
Notifications
You must be signed in to change notification settings - Fork 53
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(CSS): import CSS resource, unit test and document. #1054
feat(CSS): import CSS resource, unit test and document. #1054
Conversation
7c0e288
to
fe94090
Compare
fe94090
to
4aa85ad
Compare
5752eb5
to
fe94090
Compare
fe94090
to
e82a4a8
Compare
@@ -286,6 +287,8 @@ func Provider() *schema.Provider { | |||
"flexibleengine_cbr_backup": cbr.DataSourceBackup(), | |||
"flexibleengine_cce_clusters": cce.DataSourceCCEClusters(), | |||
|
|||
"flexibleengine_css_flavors": css.DataSourceCssFlavors(), |
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.
should align with other rows
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.
It is not mandatory.
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.
/lgtm
e82a4a8
to
97481cc
Compare
a035fd8
to
0a3a90f
Compare
/assign |
/unassign |
/lgtm cancel |
/approve |
/lgtm |
/approve cancel |
Canceled through prow-github-actions by @chengxiangdong
/lgtm cancel |
/lgtm |
0a3a90f
to
edae0cd
Compare
edae0cd
to
aec4bbd
Compare
aec4bbd
to
3d5b41c
Compare
What this PR does / why we need it:
import
data_source_flexibleengine_css_flavors
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