We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are passing in the configuration details to the plugin from the ncConfig file via the common package
nodecloud/packages/common/core/base-provider.js
Line 58 in c859719
here the parameter for taking the configuration details from the ncConfig file is named options.
options
nodecloud/packages/aws-plugin/index.js
Line 4 in c859719
Similarly, the GCP plugin is also taking in the configuration details as a parameter named options.
nodecloud/packages/gcp-plugin/index.js
Line 13 in c859719
It would be easy to understand if we rename the options as configuration details
configuration details
The text was updated successfully, but these errors were encountered:
@mbcse @rajitha1998 Can we do something like this?
Sorry, something went wrong.
No branches or pull requests
We are passing in the configuration details to the plugin from the ncConfig file via the common package
nodecloud/packages/common/core/base-provider.js
Line 58 in c859719
here the parameter for taking the configuration details from the ncConfig file is named
options
.nodecloud/packages/aws-plugin/index.js
Line 4 in c859719
Similarly, the GCP plugin is also taking in the configuration details as a parameter named
options
.nodecloud/packages/gcp-plugin/index.js
Line 13 in c859719
It would be easy to understand if we rename the
options
asconfiguration details
The text was updated successfully, but these errors were encountered: