-
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(dms_flavors): import dms_flavors resource and add unit test and document #1048
feat(dms_flavors): import dms_flavors resource and add unit test and document #1048
Conversation
c8076a0
to
1bc0c88
Compare
1bc0c88
to
c9259f2
Compare
154563b
to
0d15cef
Compare
48a5309
to
2909309
Compare
flexibleengine/provider.go
Outdated
@@ -294,8 +294,10 @@ func Provider() *schema.Provider { | |||
"flexibleengine_ddm_accounts": ddm.DataSourceDdmAccounts(), | |||
|
|||
"flexibleengine_dms_kafka_instances": dms.DataSourceDmsKafkaInstances(), | |||
"flexibleengine_dms_kafka_flavors": dms.DataSourceKafkaFlavors(), |
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.
you can use ctrl + alt + l
to format this file
|
||
* `versions` - The supported flavor versions. | ||
|
||
* `flavors` - The list of flavor details. |
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.
Usually, the field name, structure name and block name should keep consistent
there are some fields such as ios
,support_features
,properties
have the same problem in this document
* `flavors` - The list of flavor details.
The [flavors](#dms_kafka_flavors) structure is documented below.
2909309
to
b768429
Compare
/lgtm |
No description provided.