palo-alto-ha tf examples #5
No reviewers
Labels
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: professional-service-best-practices/professional-service#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "palo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Checklist
@ -0,0 +1,33 @@resource "stackit_security_group" "paloalto" {project_id = module.project.project_info["project_id"]name = "test"labels = {Label kann entfernt werden
@ -0,0 +30,4 @@variable "flavor" {type = stringdescription = ""default = "m1.2"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!
@ -0,0 +7,4 @@}}data "stackit_resourcemanager_project" "paloalto" {Wozu die Datasource?
@ -0,0 +14,4 @@output "project_info" {value = {project_id = data.stackit_resourcemanager_project.paloalto.project_idDas geht doch auch direkt: stackit_resourcemanager_project.paloalto.project_id
@ -0,0 +30,4 @@variable "flavor" {type = stringdescription = ""default = "c1.2"outdated flavor
Pull request closed