Skip to content

Refactor the configuration to feature provider as a global service #1019

@falexandrou

Description

@falexandrou

At the moment, we have separate provider and region entries in the project's configuration file.

We can transform this into an object to work as follows:

providers:
  aws:
    region: eu-central-1
   # ... other options from the aws provider here

We can then merge this configuration when we normalize the project

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Todo

Relationships

None yet

Development

No branches or pull requests

Issue actions