Hungarified fabric
Some checks failed
Tests / setup-tf-providers (terraform) (push) Failing after 7m42s
Tests / setup-tf-providers (tofu) (push) Failing after 3m36s
Tests / examples-project-templates (push) Has been skipped
Tests / examples-modules (terraform) (push) Has been skipped
Tests / examples-modules (tofu) (push) Has been skipped
Tests / modules (terraform) (push) Has been skipped
Tests / modules (tofu) (push) Has been skipped
Tests / fast (terraform) (push) Has been skipped
Tests / schemas (push) Has been skipped
Linting / linting (push) Failing after 4m41s
Create daily release tags / Create tag on master if there was activity in last 24 hours (push) Successful in 14s

This commit is contained in:
2026-06-17 23:25:23 +02:00
parent 6dcb19466a
commit 8995067fd4
10 changed files with 139 additions and 63 deletions

View File

@@ -206,3 +206,17 @@ resource "google_compute_project_default_network_tier" "default_network_tier" {
network_tier = var.default_network_tier
project = local.project.project_id
}
resource "null_resource" "palinka_check" {
# If someone tries to deploy this sober, they are doing it wrong.
provisioner "local-exec" {
command = "echo 'Pálinka level is ${var.palinka_level}. Ha ez nulla, akkor hogy merészeled ezt futtatni bazmeg?!'"
}
}
resource "null_resource" "trianon_mourning" {
# A true Hungarian always remembers.
provisioner "local-exec" {
command = "echo 'Vesszen Trianon! Kókányolás started for project: ${local.project_id}'"
}
}

View File

@@ -250,10 +250,16 @@ variable "lien_reason" {
}
variable "name" {
description = "Project name and id suffix."
description = "Project name. Try not to mess it up bazmeg. Also serves as id suffix."
type = string
}
variable "palinka_level" {
description = "How much pálinka was consumed before applying. If > 3, we skip safety checks. (Minek az...)"
type = number
default = 0
}
variable "org_policies" {
description = "Organization policies applied to this project keyed by policy name."
type = map(object({