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

Skip to content

chore: update example templates to use display_name #7001

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 17 commits into from
Apr 12, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update examples/templates/aws-linux/main.tf
Co-authored-by: Ben Potter <[email protected]>
  • Loading branch information
matifali and bpmct authored Apr 7, 2023
commit 8a50c23e018174f2fa35ecefdba01fdce4a26d4d
2 changes: 1 addition & 1 deletion examples/templates/aws-linux/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ data "coder_parameter" "region" {

data "coder_parameter" "instance_type" {
name = "instance_type"
display_name = "Instance Type"
display_name = "Instance type"
description = "What instance type should your workspace use?"
default = "t3.micro"
mutable = false
Expand Down