Skip to content

Refactoring the index.js file of AWS and GCP plugin by renaming the parameter #156

@Shofiya2003

Description

@Shofiya2003

We are passing in the configuration details to the plugin from the ncConfig file via the common package

providersToLoad[provider.tag] = module(provider.configPath);

here the parameter for taking the configuration details from the ncConfig file is named options.

const ncAwsPlugin = options => {

Similarly, the GCP plugin is also taking in the configuration details as a parameter named options.

const ncGcpPlugin = options => {

It would be easy to understand if we rename the options as configuration details

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions