Given this app: ``` resource "coder_app" "api" { agent_id = coder_agent.main.id slug = "api" icon = "https://upload.wikimedia.org/wikipedia/commons/a/a6/Api_logo.jpg" url = "my-url" external = true open_in = "tab" } ``` Opens in same tab, tested in vivaldi and edge.