Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: update example templates to usedisplay_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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
bpmct merged 17 commits intocoder:mainfrommatifali:update-example-templates
Apr 12, 2023
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
17 commits
Select commitHold shift + click to select a range
c29960f
add `display_name`
matifaliApr 4, 2023
1fec644
fix typos and `terraform validate`
matifaliApr 4, 2023
43c1a80
Merge branch 'coder:main' into update-example-templates
matifaliApr 7, 2023
6c9959e
update display_name
matifaliApr 7, 2023
9a49c95
Update examples/templates/aws-windows/main.tf
matifaliApr 7, 2023
8a50c23
Update examples/templates/aws-linux/main.tf
matifaliApr 7, 2023
c43d5c2
Update examples/templates/azure-linux/main.tf
matifaliApr 7, 2023
3f7d725
Update examples/templates/azure-linux/main.tf
matifaliApr 7, 2023
b747b98
Update examples/templates/do-linux/main.tf
matifaliApr 7, 2023
7844c4e
Update examples/templates/do-linux/main.tf
matifaliApr 7, 2023
8cb51a2
Update main.tf
matifaliApr 9, 2023
eade13c
Update main.tf
matifaliApr 9, 2023
1886cc9
Update main.tf
matifaliApr 9, 2023
a735277
Update main.tf
matifaliApr 9, 2023
7bc13fb
Update main.tf
matifaliApr 9, 2023
893a60f
Merge branch 'coder:main' into update-example-templates
matifaliApr 11, 2023
089129b
Merge branch 'main' into pr/matifali/7001
bpmctApr 12, 2023
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
2 changes: 1 addition & 1 deletionexamples/templates/aws-linux/main.tf
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -108,7 +108,7 @@ data "coder_parameter" "region" {

data "coder_parameter" "instance_type" {
name = "instance_type"
display_name = "InstanceType"
display_name = "Instancetype"
description = "What instance type should your workspace use?"
default = "t3.micro"
mutable = false
Expand Down
2 changes: 1 addition & 1 deletionexamples/templates/aws-windows/main.tf
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -108,7 +108,7 @@ data "coder_parameter" "region" {

data "coder_parameter" "instance_type" {
name = "instance_type"
display_name = "InstanceType"
display_name = "Instancetype"
description = "What instance type should your workspace use?"
default = "t3.micro"
mutable = false
Expand Down
4 changes: 2 additions & 2 deletionsexamples/templates/azure-linux/main.tf
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -152,7 +152,7 @@ data "coder_parameter" "location" {

data "coder_parameter" "instance_type" {
name = "instance_type"
display_name = "InstanceType"
display_name = "Instancetype"
description = "What instance type should your workspace use?"
default = "Standard_B4ms"
icon = "/icon/azure.png"
Expand DownExpand Up@@ -205,7 +205,7 @@ data "coder_parameter" "instance_type" {

data "coder_parameter" "home_size" {
name = "home_size"
display_name = "HomeVolume Size"
display_name = "Homevolume size"
description = "How large would you like your home volume to be (in GB)?"
default = 20
type = "number"
Expand Down
6 changes: 3 additions & 3 deletionsexamples/templates/do-linux/main.tf
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -53,7 +53,7 @@ variable "step2_do_admin_ssh_key" {

data "coder_parameter" "droplet_image" {
name = "droplet_image"
display_name = "DropletImage"
display_name = "Dropletimage"
description = "Which Droplet image would you like to use?"
default = "ubuntu-22-04-x64"
type = "string"
Expand DownExpand Up@@ -112,7 +112,7 @@ data "coder_parameter" "droplet_image" {

data "coder_parameter" "droplet_size" {
name = "droplet_size"
display_name = "DropletSize"
display_name = "Dropletsize"
description = "Which Droplet configuration would you like to use?"
default = "s-1vcpu-1gb"
type = "string"
Expand DownExpand Up@@ -147,7 +147,7 @@ data "coder_parameter" "droplet_size" {

data "coder_parameter" "home_volume_size" {
name = "home_volume_size"
display_name = "HomeVolume Size"
display_name = "Homevolume size"
description = "How large would you like your home volume to be (in GB)?"
type = "number"
default = "20"
Expand Down
2 changes: 1 addition & 1 deletionexamples/templates/docker-with-dotfiles/main.tf
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -29,7 +29,7 @@ data "coder_workspace" "me" {

data "coder_parameter" "docker_image" {
name = "docker_image"
display_name = "DockerImage"
display_name = "Dockerimage"
description = "The Docker image will be used to build your workspace."
default = "codercom/enterprise-base:ubuntu"
icon = "/icon/docker.png"
Expand Down
6 changes: 3 additions & 3 deletionsexamples/templates/fly-docker-image/main.tf
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -109,7 +109,7 @@ EOF

data "coder_parameter" "docker-image" {
name = "docker-image"
display_name = "DockerImage"
display_name = "Dockerimage"
description = "The docker image to use for the workspace"
default = "codercom/code-server:latest"
icon = "https://raw.githubusercontent.com/matifali/logos/main/docker.svg"
Expand All@@ -131,7 +131,7 @@ data "coder_parameter" "cpu" {

data "coder_parameter" "cputype" {
name = "cputype"
display_name = "CPUType"
display_name = "CPUtype"
description = "Which CPU type do you want?"
default = "shared"
icon = "https://raw.githubusercontent.com/matifali/logos/main/cpu-1.svg"
Expand DownExpand Up@@ -162,7 +162,7 @@ data "coder_parameter" "memory" {

data "coder_parameter" "volume-size" {
name = "volume-size"
display_name = "HomeVolume Size"
display_name = "Homevolume size"
description = "The size of the volume to create for the workspace in GB (1-20)"
type = "number"
default = "1"
Expand Down
2 changes: 1 addition & 1 deletionexamples/templates/kubernetes/main.tf
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -86,7 +86,7 @@ data "coder_parameter" "memory" {

data "coder_parameter" "home_disk_size" {
name = "home_disk_size"
display_name = "HomeDisk Size"
display_name = "Homedisk size"
description = "The size of the home disk in GB"
default = "10"
type = "number"
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp