Skip to content

Commit cffa361

Browse files
authored
Merge pull request #206 from cloudnativedaysjp/chore/update-volume-parameter
Update volume parameter
2 parents 5fb73e6 + 8cb2849 commit cffa361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

o11y_infra/stg/disks.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ resource "sakuracloud_disk" "o11y_stacks_boot" {
1818
source_archive_id = data.sakuracloud_archive.ubuntu2404.id
1919
plan = "ssd"
2020
connector = "virtio"
21-
size = 50
21+
size = 20
2222
}
2323

2424
resource "sakuracloud_disk" "o11y_stacks_docker_volume" {

0 commit comments

Comments
 (0)