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.
No. It's related to a newer feature in OctopusDeploy Projects. The feature allows logos, which is a combination of icons and background colours.
Describe the solution you'd like
I would like to have a block in terraform that would statically apply this values to each project, so that we don't have to perform the change[s] manually.
The block could look like:
resource "octopusdeploy_deployment_process" "my-cool-process" {
project_id = var.my_cool_project_id
icon {
id = "rocket"
color = "#5E2EA2"
}
... ... ...
}
Is your feature request related to a problem? Please describe.
No. It's related to a newer feature in OctopusDeploy Projects. The feature allows logos, which is a combination of icons and background colours.
Describe the solution you'd like
I would like to have a block in terraform that would statically apply this values to each project, so that we don't have to perform the change[s] manually.
The block could look like:
or
Describe alternatives you've considered
N/A - No alternatives exist (that I'm aware of).
Additional context
Web UI Menu:
Properties modified via Web:
The text was updated successfully, but these errors were encountered: