Increase the liferay share.

This commit is contained in:
Andrea Dell'Amico 2024-04-17 19:11:45 +02:00
parent b4e18cdef4
commit 4049730c23
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{
"version": 4,
"terraform_version": "1.6.6",
"serial": 42,
"terraform_version": "1.7.5",
"serial": 44,
"lineage": "1ad5c30b-f952-53b5-f9cd-fe7cb4117b8b",
"outputs": {
"liferay_data": {
@ -190,7 +190,7 @@
"share_proto": "NFS",
"share_server_id": "",
"share_type": "default",
"size": 5,
"size": 30,
"snapshot_id": "",
"timeouts": null
},
@ -2795,7 +2795,7 @@
"share_proto": "NFS",
"share_server_id": "",
"share_type": "default",
"size": 5,
"size": 30,
"snapshot_id": "",
"timeouts": null
},

View File

@ -169,7 +169,7 @@ resource "openstack_sharedfilesystem_share_v2" "liferay_static" {
name = var.liferay_data.share_name
description = var.liferay_data.share_description
share_proto = "NFS"
size = 5
size = 30
}
# Allow access to the NFS share