mu
mu copied to clipboard
Allow disable creation of ELB
Add option to disable ELB creation:
environments:
- name: foo
loadbalancer:
disabled: true
Hi,
I would like to work on it. Could you please give me some information about which part of the code should I look?
@albertogviana I'd suggest adding a new field named Disabled here: https://github.com/stelligent/mu/blob/develop/common/types.go#L75 and then surround the step in the workflow with a conditional: https://github.com/stelligent/mu/blob/develop/workflows/environment_upsert.go#L28
@albertogviana I'd suggest adding a new field named
Disabledhere: https://github.com/stelligent/mu/blob/develop/common/types.go#L75 and then surround the step in the workflow with a conditional: https://github.com/stelligent/mu/blob/develop/workflows/environment_upsert.go#L28
Still looking for some help with this?
That would be great @jdbohrman