Last nights uncommitted changes

This commit is contained in:
Greyscale 2024-11-30 11:46:25 +01:00
parent 64e481aeb2
commit 2370467f86
Signed by: grey
GPG key ID: DDB392AE64B32D89
6 changed files with 16 additions and 12 deletions
docker
products
forgejo/forgejo
nginx/site-available
utils/private-cidr

View file

@ -12,7 +12,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "~>3.3"
version = "~>3.5"
}
}
}

View file

@ -7,7 +7,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "~>3.3"
version = "~>3.5"
}
}
}

View file

@ -56,9 +56,9 @@ variable "mounts" {
}
variable "database_storage_path" {
type = string
description = "Specify path to store the database data."
default = null
type = string
description = "Specify path to store the database data."
default = null
}
variable "traefik" {

View file

@ -8,7 +8,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "~>3.3"
version = "~>3.5"
}
local = {
source = "hashicorp/local"

View file

@ -1,12 +1,12 @@
variable "prefix" {
type = number
default = 172
type = number
default = 172
}
variable "subnet_mask" {
type = number
default = 24
type = number
default = 24
}
variable "override_subnet" {
type = string
default = null
type = string
default = null
}

View file

@ -6,6 +6,10 @@ terraform {
source = "hashicorp/random"
version = "~> 3.5"
}
scratch = {
source = "BrendanThompson/scratch"
version = "~> 0.4"
}
}
}