diff --git a/domain/cloud/state/state.go b/domain/cloud/state/state.go index 0ff98715a1e..1d24c69de37 100644 --- a/domain/cloud/state/state.go +++ b/domain/cloud/state/state.go @@ -297,7 +297,6 @@ ON CONFLICT(region_uuid, key) DO UPDATE func loadClouds(ctx context.Context, tx *sql.Tx, name string) ([]cloud.Cloud, error) { // First load the basic cloud info and auth types. - // TODO: needs controller cloud q := ` SELECT cloud.uuid, cloud.name, cloud_type_id, cloud.endpoint, cloud.identity_endpoint,