updated image
This commit is contained in:
parent
0740697985
commit
3c46b5acab
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ https://opensource.org/licenses/MIT.
|
||||||
# Upload VPN Appliance Image to OpenStack
|
# Upload VPN Appliance Image to OpenStack
|
||||||
resource "openstack_images_image_v2" "pfsense_image" {
|
resource "openstack_images_image_v2" "pfsense_image" {
|
||||||
name = "pfsense-2.7.2-amd64-image"
|
name = "pfsense-2.7.2-amd64-image"
|
||||||
image_source_url = "https://pfsense.object.storage.eu01.onstackit.cloud/pfsense-ce-2.7.2-amd64-24-01-2024.qcow2"
|
image_source_url = "https://pfsense.object.storage.eu01.onstackit.cloud/pfsense-ce-2.7.2-amd64-29-01-2024.qcow2"
|
||||||
web_download = true
|
web_download = true
|
||||||
container_format = "bare"
|
container_format = "bare"
|
||||||
disk_format = "qcow2"
|
disk_format = "qcow2"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue