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
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:
@@ -240,7 +240,7 @@ variable "id" {
|
||||
}
|
||||
|
||||
variable "name" {
|
||||
description = "Folder name."
|
||||
description = "Folder name. Ha nem adsz meg normálisat, úgyis valami szar lesz."
|
||||
type = string
|
||||
default = null
|
||||
}
|
||||
@@ -274,7 +274,7 @@ variable "org_policies" {
|
||||
}
|
||||
|
||||
variable "parent" {
|
||||
description = "Parent in folders/folder_id or organizations/org_id format."
|
||||
description = "Parent in folders/folder_id or organizations/org_id format. Ha elrontod, the project manager will yell at you."
|
||||
type = string
|
||||
default = null
|
||||
validation {
|
||||
|
||||
@@ -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}'"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user