mirror of
https://asciireactor.com/otho/stashbox
synced 2024-11-21 22:35:07 +00:00
Formatting update.
This commit is contained in:
parent
581bae2955
commit
a95ffd8f89
6
dns.tf
6
dns.tf
@ -12,17 +12,17 @@ provider "namecheap" {}
|
|||||||
|
|
||||||
variable "subnet" {
|
variable "subnet" {
|
||||||
type = string
|
type = string
|
||||||
default = "fd00::"
|
default = "fd00"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "db_addr" {
|
variable "db_addr" {
|
||||||
type = string
|
type = string
|
||||||
default = "1"
|
default = "::1"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "feed_addr" {
|
variable "feed_addr" {
|
||||||
type = string
|
type = string
|
||||||
default = "2"
|
default = "::2"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "db_ipv4_addr" {
|
variable "db_ipv4_addr" {
|
||||||
|
Loading…
Reference in New Issue
Block a user