You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #216 is merged, some work needs to be done on the ec_deployment resource to allow users to specify user_bundles and user_plugins in the API calls.
Possible Implementation
There's two ways that we can implement this as part of our provider schema, keeping the schema close to our API models or diverge to provide a more generic "extension" abstraction.
Instead of creating two different fields in the schema and mapping them to the exact API field, we could just add a single field extension with a type string field which can be set to plugin or bundle.
@Kushmaro the URL will be required, to create the extension and upload the bundle or plugin the ec_deployment_extension can be used and the url attribute can be used.
Overview
After #216 is merged, some work needs to be done on the
ec_deployment
resource to allow users to specifyuser_bundles
anduser_plugins
in the API calls.Possible Implementation
There's two ways that we can implement this as part of our provider schema, keeping the schema close to our API models or diverge to provide a more generic "extension" abstraction.
Copying what our API does
API Diversion
Instead of creating two different fields in the schema and mapping them to the exact API field, we could just add a single field
extension
with atype
string field which can be set toplugin
orbundle
.The text was updated successfully, but these errors were encountered: