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

Skip to content

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 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 36 commits into from
Mar 15, 2023
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
986423a
update templates to use rich parameters
matifali Mar 1, 2023
aed5f6c
more icons
matifali Mar 1, 2023
abec445
fix do-linux
matifali Mar 1, 2023
2f17c1d
fix: docker-image-builds
matifali Mar 1, 2023
31824c3
fix kubernetes
matifali Mar 1, 2023
d0ab600
add friendly names to do-linux
matifali Mar 1, 2023
9b5d632
Merge branch 'coder:main' into rich-params-examples
matifali Mar 2, 2023
eab5ff8
Merge branch 'coder:main' into rich-params-examples
matifali Mar 3, 2023
78d5eb4
Merge branch 'coder:main' into rich-params-examples
matifali Mar 7, 2023
5d3bdf7
Merge branch 'coder:main' into rich-params-examples
matifali Mar 14, 2023
59b18d1
use managed variables for do-linux
matifali Mar 14, 2023
a84db0b
update docker examples
matifali Mar 14, 2023
4caa9ea
update gcp
matifali Mar 14, 2023
3c3c0ef
update kubernetes
matifali Mar 14, 2023
ad0f454
update azure-vm
matifali Mar 14, 2023
071f9ac
update aws
matifali Mar 14, 2023
33e234c
update requested changes
matifali Mar 14, 2023
db081e0
update regions with city names
matifali Mar 14, 2023
e5f35f9
fix type
matifali Mar 14, 2023
152d9fa
remove regions with no support for availability zones
matifali Mar 14, 2023
e3edbed
add Switzerland
matifali Mar 14, 2023
4bc2178
revert + refactor do-linux
matifali Mar 14, 2023
311b20c
fix docker migration
matifali Mar 14, 2023
ad2002e
update azure-vm
matifali Mar 14, 2023
a702587
fix: docker-with-dotfiles
matifali Mar 14, 2023
aaa7800
add icons
matifali Mar 14, 2023
eab122d
update docker_image icon
matifali Mar 14, 2023
525bb3e
fix: flag emojis in do-linux
matifali Mar 14, 2023
994256a
fix icons and default project google
matifali Mar 15, 2023
1bc57d1
remove default and hardcoded cpu and memory
matifali Mar 15, 2023
9610e62
set Instance type to be immutable
matifali Mar 15, 2023
dcb34e2
set zone to be immutable
matifali Mar 15, 2023
b4c46e0
fix typo to fix icons
matifali Mar 15, 2023
d9b63cf
suggestions
matifali Mar 15, 2023
527854c
update code-server to version `4.10.1`
matifali Mar 15, 2023
bdbe709
Revert "update code-server to version `4.10.1`"
matifali Mar 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
Prev Previous commit
Next Next commit
set zone to be immutable
  • Loading branch information
matifali committed Mar 15, 2023
commit dcb34e26107c960aeae46ff5a436188a912e43cb
1 change: 1 addition & 0 deletions examples/templates/gcp-windows/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ data "coder_parameter" "zone" {
type = "string"
default = "us-central1-a"
icon = "/emojis/1f30e.png"
mutable = false
option {
name = "North America (Northeast)"
value = "northamerica-northeast1-a"
Expand Down