Last nights uncommitted changes
This commit is contained in:
parent
64e481aeb2
commit
2370467f86
6 changed files with 16 additions and 12 deletions
docker
products
utils/private-cidr
|
@ -12,7 +12,7 @@ terraform {
|
||||||
}
|
}
|
||||||
random = {
|
random = {
|
||||||
source = "hashicorp/random"
|
source = "hashicorp/random"
|
||||||
version = "~>3.3"
|
version = "~>3.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,7 @@ terraform {
|
||||||
}
|
}
|
||||||
random = {
|
random = {
|
||||||
source = "hashicorp/random"
|
source = "hashicorp/random"
|
||||||
version = "~>3.3"
|
version = "~>3.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -56,9 +56,9 @@ variable "mounts" {
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "database_storage_path" {
|
variable "database_storage_path" {
|
||||||
type = string
|
type = string
|
||||||
description = "Specify path to store the database data."
|
description = "Specify path to store the database data."
|
||||||
default = null
|
default = null
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "traefik" {
|
variable "traefik" {
|
||||||
|
|
|
@ -8,7 +8,7 @@ terraform {
|
||||||
}
|
}
|
||||||
random = {
|
random = {
|
||||||
source = "hashicorp/random"
|
source = "hashicorp/random"
|
||||||
version = "~>3.3"
|
version = "~>3.5"
|
||||||
}
|
}
|
||||||
local = {
|
local = {
|
||||||
source = "hashicorp/local"
|
source = "hashicorp/local"
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
variable "prefix" {
|
variable "prefix" {
|
||||||
type = number
|
type = number
|
||||||
default = 172
|
default = 172
|
||||||
}
|
}
|
||||||
variable "subnet_mask" {
|
variable "subnet_mask" {
|
||||||
type = number
|
type = number
|
||||||
default = 24
|
default = 24
|
||||||
}
|
}
|
||||||
variable "override_subnet" {
|
variable "override_subnet" {
|
||||||
type = string
|
type = string
|
||||||
default = null
|
default = null
|
||||||
}
|
}
|
|
@ -6,6 +6,10 @@ terraform {
|
||||||
source = "hashicorp/random"
|
source = "hashicorp/random"
|
||||||
version = "~> 3.5"
|
version = "~> 3.5"
|
||||||
}
|
}
|
||||||
|
scratch = {
|
||||||
|
source = "BrendanThompson/scratch"
|
||||||
|
version = "~> 0.4"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue