Adding corona-api s endpoint
This commit is contained in:
parent
fe3c95da8f
commit
36be4c2d3c
|
|
@ -10,7 +10,7 @@ locals {
|
|||
}
|
||||
|
||||
variable "subdomains_moritzgraf" {
|
||||
default = ["git","corona","auth","prometheus","alertmanager","chat","mqtt", "cloud",
|
||||
default = ["git","corona","corona-api","auth","prometheus","alertmanager","chat","mqtt", "cloud",
|
||||
"monitoring","smtp","pop3","imap","jaeger","ldap","code","hub",
|
||||
"grafana","tt-rss","phpmyadmin","phppgadmin","www","rstudio","code" ]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"version": 4,
|
||||
"terraform_version": "0.12.20",
|
||||
"serial": 65,
|
||||
"serial": 67,
|
||||
"lineage": "8aff5d23-05f6-10eb-0ae6-1084c787677e",
|
||||
"outputs": {},
|
||||
"resources": [
|
||||
|
|
@ -352,6 +352,19 @@
|
|||
},
|
||||
"private": "bnVsbA=="
|
||||
},
|
||||
{
|
||||
"index_key": "corona-api",
|
||||
"schema_version": 0,
|
||||
"attributes": {
|
||||
"fieldtype": "CNAME",
|
||||
"id": "5110478866",
|
||||
"subdomain": "corona-api",
|
||||
"target": "moritzgraf.de.",
|
||||
"ttl": 60,
|
||||
"zone": "moritzgraf.de"
|
||||
},
|
||||
"private": "bnVsbA=="
|
||||
},
|
||||
{
|
||||
"index_key": "git",
|
||||
"schema_version": 0,
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"version": 4,
|
||||
"terraform_version": "0.12.20",
|
||||
"serial": 63,
|
||||
"serial": 65,
|
||||
"lineage": "8aff5d23-05f6-10eb-0ae6-1084c787677e",
|
||||
"outputs": {},
|
||||
"resources": [
|
||||
|
|
@ -225,6 +225,28 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "managed",
|
||||
"type": "ovh_domain_zone_record",
|
||||
"name": "haumdaucher_subdomains",
|
||||
"each": "map",
|
||||
"provider": "provider.ovh",
|
||||
"instances": [
|
||||
{
|
||||
"index_key": "corona",
|
||||
"schema_version": 0,
|
||||
"attributes": {
|
||||
"fieldtype": "CNAME",
|
||||
"id": "5110449971",
|
||||
"subdomain": "corona",
|
||||
"target": "haumdaucher.de.",
|
||||
"ttl": 60,
|
||||
"zone": "haumdaucher.de"
|
||||
},
|
||||
"private": "bnVsbA=="
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"mode": "managed",
|
||||
"type": "ovh_domain_zone_record",
|
||||
|
|
|
|||
Loading…
Reference in New Issue