Skip to content

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