John Simons
John Simons
@slewis74 @domenicsim1 I remember you looking into this issue before, this seems to be an issue with the Server API where `name` does a wildcard search too! Should I raise...
The issue is that both: - `/api/Spaces-1/tenants?partialName=And` - `/api/Spaces-1/tenants?name=And` do a wildcard search 😢
I have raised https://github.com/OctopusDeploy/Issues/issues/7449
This does not feel very nice @jbristowe @slewis74 It would be nice to maybe have specific resources for system vs space, thoughts?
Given that the AWS ECS deployment target is versioned independent from Octopus Server, here is what I am proposing: ```hcl resource "octopusdeploy_aws_ecs_cluster_deployment_target_v1.0.4" "example" { aws_account_id = "Accounts-2" cluster_name = "my_cluster"...
I had a look at this issue and with the latest version of the provider, it seems to all work fine. Here is what I am testing with (very much...
That is a good point @mauroservienti, I don't mind either way
@Particular/engineers Is anyone opposed to go ahead with this change ?
It is similar @SimonCropp, but not exactly. We currently have 2 possible workarounds to exclude issues, with this change we have an explicit way to exclude issues that is not...
That is not what I meant @SimonCropp, what I mean is that we do not need to remove the milestone from an issue just because we do not want it...