Skip to content
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(provider): add provider specific configuration #65

Conversation

Zygimantass
Copy link
Contributor

@Zygimantass Zygimantass commented Jan 26, 2024

In this PR

Some providers will need to have provider specific configuration for tasks, such as region in the case of cloud providers. We add a general interface field to the TaskDefinition struct to let providers verify the configurations themselves.

Questions

  • Is an interface{} the best way to denote that this is a general field and will be verified by the providers themselves?

@Zygimantass Zygimantass merged commit e6226fb into zygis/add-run-command-while-stopped Jan 30, 2024
7 checks passed
Zygimantass added a commit that referenced this pull request Jan 30, 2024
feat(provider): add provider specific configuration
@Zygimantass Zygimantass deleted the zygis/add-provider-specific-config branch January 31, 2024 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants