cloud-image-uploader: just set volume size to 6 for now
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
2e2d141320
commit
c1d34ab1d6
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ s3_bucket_name = "fedora-s3-bucket-fedimg-testing"
|
|||
ami_description = ""
|
||||
ami_volume_dev_name = "/dev/sda1"
|
||||
ami_volume_type = "gp3"
|
||||
ami_volume_size = {{ aws_volume_size }}
|
||||
ami_volume_size = 6
|
||||
ami_regions = [
|
||||
"af-south-1",
|
||||
"eu-north-1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue