Add the extra quotas for block storage

This commit is contained in:
Arif Ali 2023-07-13 18:02:35 +01:00
parent fa4d2e7859
commit 8c7106eac4
Signed by: arif
GPG Key ID: 369608FBA1353A70

View File

@ -22,4 +22,6 @@ resource "openstack_compute_quotaset_v2" "compute_quota_1" {
resource "openstack_blockstorage_quotaset_v3" "block_quota_1" {
project_id = data.openstack_identity_project_v3.admin.id
volumes = 100
per_volume_gigabytes = 50
gigabytes = 1000
}