Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: add slug to app, rename name to display_name #68

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 20, 2022
Merged

Conversation

deansheather
Copy link
Member

  • Adds new required slug property to coder_app
    • Must match a regex that ensures the slug is hostname-safe
  • Adds new property display_name to coder_app
  • Deprecates name in favor of display_name in coder_app

coder/coder#4573

@@ -77,6 +111,15 @@ func appResource() *schema.Resource {
ForceNew: true,
Optional: true,
},
"relative_path": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should make sure this gets removed in all of our templates then!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just moved this value to be below subdomain, it's already been deprecated for a while now. I deprecated it a few weeks ago when we added the subdomain key.

@deansheather deansheather merged commit c474eba into main Oct 20, 2022
@deansheather deansheather deleted the dean/slug branch October 20, 2022 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants