fix(hub-and-spoke): added empty opnsense.qcow2 image file #38

Merged
mauritz.uphoff merged 2 commits from fix/hub-and-spoke-image into main 2026-06-26 06:37:56 +00:00
Owner

Description

Added an empty opnsense.qcow2 file to the 001-hub-project. Without, terraform plan/apply breaks because of the missing file.

│ Error: Invalid Attribute Value
│ 
│   with stackit_image.opnsense_image,
│   on 040-hub-fw-opnsense.tf line 31, in resource "stackit_image" "opnsense_image":
│   31:   local_file_path = "opnsense.qcow2"
│ 
│ Attribute local_file_path file must exist, got: opnsense.qcow2

Checklist

  • The CI pipeline passed successfully.
## Description Added an empty `opnsense.qcow2` file to the `001-hub-project`. Without, `terraform plan/apply` breaks because of the missing file. ```sh │ Error: Invalid Attribute Value │ │ with stackit_image.opnsense_image, │ on 040-hub-fw-opnsense.tf line 31, in resource "stackit_image" "opnsense_image": │ 31: local_file_path = "opnsense.qcow2" │ │ Attribute local_file_path file must exist, got: opnsense.qcow2 ``` ## Checklist - [ ] The CI pipeline passed successfully.
tim.reibe added 1 commit 2026-06-25 15:00:54 +00:00
added empty opnsense.qcow2 image file
Some checks failed
Default CI / Check for Open TODOs (pull_request) Successful in 23s
Default CI / Secret Scanner (TruffleHog) (pull_request) Successful in 51s
Default CI / Pre-Commit Hooks (pull_request) Failing after 1m46s
5d3e66d173
tim.reibe changed title from fix(hub-and-spoke): added empty opnsense qcow2 image file to fix(hub-and-spoke): added empty opnsense.qcow2 image file 2026-06-25 15:01:47 +00:00
sven.schmidt self-assigned this 2026-06-25 15:05:27 +00:00
tim.reibe added 1 commit 2026-06-25 15:10:52 +00:00
added new line to end of file
All checks were successful
Default CI / Check for Open TODOs (pull_request) Successful in 26s
Default CI / Secret Scanner (TruffleHog) (pull_request) Successful in 1m3s
Default CI / Pre-Commit Hooks (pull_request) Successful in 2m35s
b6df3da473
requested review from sven.schmidt 2026-06-25 19:44:29 +00:00
sven.schmidt approved these changes 2026-06-25 19:45:11 +00:00
sven.schmidt left a comment
Owner

Lgtm

Lgtm

Lgtm! Merged :-)

Lgtm! Merged :-)
mauritz.uphoff merged commit 13b24a2867 into main 2026-06-26 06:37:56 +00:00
mauritz.uphoff deleted branch fix/hub-and-spoke-image 2026-06-26 06:37:57 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: professional-service-best-practices/professional-service#38
No description provided.