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 templates to use rich parameters#6397

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
mtojek merged 36 commits intocoder:mainfrommatifali:rich-params-examples
Mar 15, 2023
Merged
Changes from1 commit
Commits
Show all changes
36 commits
Select commitHold shift + click to select a range
986423a
update templates to use rich parameters
matifaliMar 1, 2023
aed5f6c
more icons
matifaliMar 1, 2023
abec445
fix do-linux
matifaliMar 1, 2023
2f17c1d
fix: docker-image-builds
matifaliMar 1, 2023
31824c3
fix kubernetes
matifaliMar 1, 2023
d0ab600
add friendly names to do-linux
matifaliMar 1, 2023
9b5d632
Merge branch 'coder:main' into rich-params-examples
matifaliMar 2, 2023
eab5ff8
Merge branch 'coder:main' into rich-params-examples
matifaliMar 3, 2023
78d5eb4
Merge branch 'coder:main' into rich-params-examples
matifaliMar 7, 2023
5d3bdf7
Merge branch 'coder:main' into rich-params-examples
matifaliMar 14, 2023
59b18d1
use managed variables for do-linux
matifaliMar 14, 2023
a84db0b
update docker examples
matifaliMar 14, 2023
4caa9ea
update gcp
matifaliMar 14, 2023
3c3c0ef
update kubernetes
matifaliMar 14, 2023
ad0f454
update azure-vm
matifaliMar 14, 2023
071f9ac
update aws
matifaliMar 14, 2023
33e234c
update requested changes
matifaliMar 14, 2023
db081e0
update regions with city names
matifaliMar 14, 2023
e5f35f9
fix type
matifaliMar 14, 2023
152d9fa
remove regions with no support for availability zones
matifaliMar 14, 2023
e3edbed
add Switzerland
matifaliMar 14, 2023
4bc2178
revert + refactor do-linux
matifaliMar 14, 2023
311b20c
fix docker migration
matifaliMar 14, 2023
ad2002e
update azure-vm
matifaliMar 14, 2023
a702587
fix: docker-with-dotfiles
matifaliMar 14, 2023
aaa7800
add icons
matifaliMar 14, 2023
eab122d
update docker_image icon
matifaliMar 14, 2023
525bb3e
fix: flag emojis in do-linux
matifaliMar 14, 2023
994256a
fix icons and default project google
matifaliMar 15, 2023
1bc57d1
remove default and hardcoded cpu and memory
matifaliMar 15, 2023
9610e62
set Instance type to be immutable
matifaliMar 15, 2023
dcb34e2
set zone to be immutable
matifaliMar 15, 2023
b4c46e0
fix typo to fix icons
matifaliMar 15, 2023
d9b63cf
suggestions
matifaliMar 15, 2023
527854c
update code-server to version `4.10.1`
matifaliMar 15, 2023
bdbe709
Revert "update code-server to version `4.10.1`"
matifaliMar 15, 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
PrevPrevious commit
NextNext commit
update azure-vm
  • Loading branch information
@matifali
matifali committedMar 14, 2023
commitad2002e50ca6c87a274133ab213669c7edb58f74
26 changes: 13 additions & 13 deletionsexamples/templates/azure-linux/main.tf
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -6,7 +6,7 @@ terraform {
}
azurerm = {
source = "hashicorp/azurerm"
version = "=3.0.0"
version = "~>3.47.0"
}
}
}
Expand All@@ -15,7 +15,7 @@ data "coder_parameter" "location" {
name = "Location"
description = "What location should your workspace live in?"
default = "eastus"
icon = "/emojis/"
icon = "/emojis/1f310.png"
mutable = false
option {
name = "US (Virginia)"
Expand DownExpand Up@@ -156,47 +156,47 @@ data "coder_parameter" "instance_type" {
icon = "/icons/azure.png"
mutable = false
option {
name = "1 vCPU, 2 GiB RAM"
name = "Standard_B1ms (1 vCPU, 2 GiB RAM)"
value = "Standard_B1ms"
}
option {
name = "2 vCPU, 8 GiB RAM"
name = "Standard_B2ms (2 vCPU, 8 GiB RAM)"
value = "Standard_B2ms"
}
option {
name = "4 vCPU, 16 GiB RAM"
name = "Standard_B4ms (4 vCPU, 16 GiB RAM)"
value = "Standard_B4ms"
}
option {
name = "8 vCPU, 32 GiB RAM"
name = "Standard_B8ms (8 vCPU, 32 GiB RAM)"
value = "Standard_B8ms"
}
option {
name = "12 vCPU, 48 GiB RAM"
name = "Standard_B12ms (12 vCPU, 48 GiB RAM)"
value = "Standard_B12ms"
}
option {
name = "16 vCPU, 64 GiB RAM"
name = "Standard_B16ms (16 vCPU, 64 GiB RAM)"
value = "Standard_B16ms"
}
option {
name = "2 vCPU, 8 GiB RAM"
name = "Standard_D2as_v5 (2 vCPU, 8 GiB RAM)"
value = "Standard_D2as_v5"
}
option {
name = "4 vCPU, 16 GiB RAM"
name = "Standard_D4as_v5 (4 vCPU, 16 GiB RAM)"
value = "Standard_D4as_v5"
}
option {
name = "8 vCPU, 32 GiB RAM"
name = "Standard_D8as_v5 (8 vCPU, 32 GiB RAM)"
value = "Standard_D8as_v5"
}
option {
name = "16 vCPU, 64 GiB RAM"
name = "Standard_D16as_v5 (16 vCPU, 64 GiB RAM)"
value = "Standard_D16as_v5"
}
option {
name = "32 vCPU, 128 GiB RAM"
name = "Standard_D32as_v5 (32 vCPU, 128 GiB RAM)"
value = "Standard_D32as_v5"
}
}
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp