You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would like to use this terraform provider in-lieu of a direct launchpad execution so that i can leverage terraforms state management (i.e. launchpad only runs when there is a legitimate change to act on. In launchpad I can provide a YAML map via mcrConfig that allows me to pass in more information to the daemon.json file that is generated by launchpad, e.g:
the mcr_config attribute in the terraform provider only allows for 3 attributes:
debug
bip
default_address_pool
Describe the solution you'd like
Is it possible to modify this provider so that these other attributes can also be passed in or ideally so that any attributes supported in the daemon.json file can be passed in
Describe alternatives you've considered
we don't currently have an alternative to this as our launchpad execution is resulting in downtime in our production environment due to MCR restarting every-time we run the pipeline due to the config being generated within a terraform run and launchpad being executed everytime regardless of whether a change in the launchpad config has occurred
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I would like to use this terraform provider in-lieu of a direct launchpad execution so that i can leverage terraforms state management (i.e. launchpad only runs when there is a legitimate change to act on. In launchpad I can provide a YAML map via mcrConfig that allows me to pass in more information to the daemon.json file that is generated by launchpad, e.g:
the mcr_config attribute in the terraform provider only allows for 3 attributes:
Describe the solution you'd like
Is it possible to modify this provider so that these other attributes can also be passed in or ideally so that any attributes supported in the daemon.json file can be passed in
Describe alternatives you've considered
we don't currently have an alternative to this as our launchpad execution is resulting in downtime in our production environment due to MCR restarting every-time we run the pipeline due to the config being generated within a terraform run and launchpad being executed everytime regardless of whether a change in the launchpad config has occurred
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: