- Notifications
You must be signed in to change notification settings - Fork22
add open_in option to coder_app#321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Linter complains about docs, AFAIRmake gen
command should help here?
Uh oh!
There was an error while loading.Please reload this page.
} | ||
`, | ||
hidden: false, | ||
openIn: "window", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
You may want to add this also to examples, see:https://github.com/coder/terraform-provider-coder/blob/main/examples/resources/coder_app/resource.tf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Just a few thoughts on docs, otherwise LGTM 👍🏻
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM, would like to see an integration test added but after that I'm happy
ed5cdab
to6ca152d
Comparematifali commentedDec 18, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Will it work the same for |
Yes, so for now it will - for the apps not-browser based - just be ignored. Anyway, your point makes complete sense and it can be a follow-up item to have validation to either have either external or open_in parameters. |
d933a71
intomainUh oh!
There was an error while loading.Please reload this page.
Working on#297