palo-alto-ha tf examples #5

Closed
michael.sodan wants to merge 2 commits from palo into main

Description

Checklist

  • The CI pipeline passed successfully.
## Description <!-- **Please link some issue here describing what you are trying to achieve.** --> ## Checklist - [ ] The CI pipeline passed successfully.
michael.sodan added 1 commit 2026-04-15 11:59:02 +00:00
palo-alto-ha tf examples
Some checks failed
Professional Services CI / Secret Scanner (TruffleHog) (pull_request) Failing after 0s
Professional Services CI / Pre-Commit Hooks (pull_request) Failing after 0s
0f423eff6f
mauritz.uphoff was assigned by michael.sodan 2026-04-15 11:59:50 +00:00
mauritz.uphoff reviewed 2026-04-15 14:33:38 +00:00
@ -0,0 +1,33 @@
resource "stackit_security_group" "paloalto" {
project_id = module.project.project_info["project_id"]
name = "test"
labels = {

Label kann entfernt werden

Label kann entfernt werden
@ -0,0 +30,4 @@
variable "flavor" {
type = string
description = ""
default = "m1.2"

flavor ist deprecated

flavor ist deprecated
@ -0,0 +3,4 @@
This Terraform configuration sets up a new project inside your organisation with an SNA as described in the .tf file.
Then two **Palo Alto Firewalls** in a **High Availability (HA)** setup on the **STACKIT Cloud IaaS** layer will be deployed.
It includes proper configuration for floating IPs (VIPs), port security, and network interface rules.
This is only example code, so please change for your needs !

"his is only example code, so please change for your needs !"
-> kein Leerzeichen zwischen Wort und Ausrufezeichen

his is only example code, so please change for your needs!

"his is only example code, so please change for your needs !" -> kein Leerzeichen zwischen Wort und Ausrufezeichen his is only example code, so please change for your needs!
@ -0,0 +7,4 @@
}
}
data "stackit_resourcemanager_project" "paloalto" {

Wozu die Datasource?

Wozu die Datasource?
@ -0,0 +14,4 @@
output "project_info" {
value = {
project_id = data.stackit_resourcemanager_project.paloalto.project_id

Das geht doch auch direkt: stackit_resourcemanager_project.paloalto.project_id

Das geht doch auch direkt: stackit_resourcemanager_project.paloalto.project_id
@ -0,0 +30,4 @@
variable "flavor" {
type = string
description = ""
default = "c1.2"

outdated flavor

outdated flavor
michael.sodan added 1 commit 2026-04-16 06:43:00 +00:00
add me
Some checks failed
Professional Services CI / Secret Scanner (TruffleHog) (pull_request) Successful in 1m29s
Professional Services CI / Pre-Commit Hooks (pull_request) Failing after 5m14s
cf6181cf5d
mauritz.uphoff closed this pull request 2026-04-16 06:54:45 +00:00
Some checks failed
Professional Services CI / Secret Scanner (TruffleHog) (pull_request) Successful in 1m29s
Professional Services CI / Pre-Commit Hooks (pull_request) Failing after 5m14s

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 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#5
No description provided.