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

add metadata to example templates#3451

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 9 commits intomainfrombpmct/add-metadata
Aug 10, 2022
Merged
Show file tree
Hide file tree
Changes from1 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
PrevPrevious commit
GB -> GiB
  • Loading branch information
@bpmct
bpmct committedAug 10, 2022
commit2c67a57c69fd225f6f99066a40e4b382d27c65b8
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@@ -168,6 +168,6 @@ resource "coder_metadata" "workspace_info" {
}
item {
key = "disk"
value = "${aws_instance.dev.root_block_device[0].volume_size}GB"
value = "${aws_instance.dev.root_block_device[0].volume_size}GiB"
}
}
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@@ -123,6 +123,6 @@ resource "coder_metadata" "workspace_info" {
}
item {
key = "disk"
value = "${aws_instance.dev.root_block_device[0].volume_size}GB"
value = "${aws_instance.dev.root_block_device[0].volume_size}GiB"
}
}
2 changes: 1 addition & 1 deletionexamples/templates/azure-linux/main.tf
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -225,6 +225,6 @@ resource "coder_metadata" "home_info" {

item {
key = "size"
value = "${var.home_size}GB"
value = "${var.home_size}GiB"
}
}
2 changes: 1 addition & 1 deletionexamples/templates/do-linux/main.tf
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -153,7 +153,7 @@ resource "coder_metadata" "volume-info" {

item {
key = "size"
value = "${digitalocean_volume.home_volume.size}GB"
value = "${digitalocean_volume.home_volume.size}GiB"
}

}
2 changes: 1 addition & 1 deletionexamples/templates/gcp-linux/main.tf
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -107,6 +107,6 @@ resource "coder_metadata" "home_info" {

item {
key = "size"
value = "${google_compute_disk.root.size}GB"
value = "${google_compute_disk.root.size}GiB"
}
}
2 changes: 1 addition & 1 deletionexamples/templates/gcp-windows/main.tf
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -90,6 +90,6 @@ resource "coder_metadata" "home_info" {

item {
key = "size"
value = "${google_compute_disk.root.size}GB"
value = "${google_compute_disk.root.size}GiB"
}
}

[8]ページ先頭

©2009-2025 Movatter.jp