Adding corona-api s endpoint

This commit is contained in:
Moritz Graf 2020-03-22 15:33:59 +01:00
parent fe3c95da8f
commit 36be4c2d3c
3 changed files with 38 additions and 3 deletions

View File

@ -10,7 +10,7 @@ locals {
} }
variable "subdomains_moritzgraf" { 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", "monitoring","smtp","pop3","imap","jaeger","ldap","code","hub",
"grafana","tt-rss","phpmyadmin","phppgadmin","www","rstudio","code" ] "grafana","tt-rss","phpmyadmin","phppgadmin","www","rstudio","code" ]
} }

View File

@ -1,7 +1,7 @@
{ {
"version": 4, "version": 4,
"terraform_version": "0.12.20", "terraform_version": "0.12.20",
"serial": 65, "serial": 67,
"lineage": "8aff5d23-05f6-10eb-0ae6-1084c787677e", "lineage": "8aff5d23-05f6-10eb-0ae6-1084c787677e",
"outputs": {}, "outputs": {},
"resources": [ "resources": [
@ -352,6 +352,19 @@
}, },
"private": "bnVsbA==" "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", "index_key": "git",
"schema_version": 0, "schema_version": 0,

View File

@ -1,7 +1,7 @@
{ {
"version": 4, "version": 4,
"terraform_version": "0.12.20", "terraform_version": "0.12.20",
"serial": 63, "serial": 65,
"lineage": "8aff5d23-05f6-10eb-0ae6-1084c787677e", "lineage": "8aff5d23-05f6-10eb-0ae6-1084c787677e",
"outputs": {}, "outputs": {},
"resources": [ "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", "mode": "managed",
"type": "ovh_domain_zone_record", "type": "ovh_domain_zone_record",