Modificato il nome del record per phpmyadmin.
This commit is contained in:
parent
9eda26b17e
commit
5e3669d95d
|
|
@ -84,7 +84,7 @@ module "dns_records_create" {
|
||||||
},
|
},
|
||||||
phpadmin = {
|
phpadmin = {
|
||||||
zone_id = data.terraform_remote_state.privnet_dns_router.outputs.dns_zone_id
|
zone_id = data.terraform_remote_state.privnet_dns_router.outputs.dns_zone_id
|
||||||
name = join(".", ["phpadmin", data.terraform_remote_state.privnet_dns_router.outputs.dns_zone.name])
|
name = join(".", ["phpadmin-ecir2025", data.terraform_remote_state.privnet_dns_router.outputs.dns_zone.name])
|
||||||
description = "PHPMyAdmin for the Wordpress DB of the ecir 2025 conference"
|
description = "PHPMyAdmin for the Wordpress DB of the ecir 2025 conference"
|
||||||
ttl = 8600
|
ttl = 8600
|
||||||
type = "CNAME"
|
type = "CNAME"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"version": 4,
|
"version": 4,
|
||||||
"terraform_version": "1.6.6",
|
"terraform_version": "1.6.6",
|
||||||
"serial": 14,
|
"serial": 17,
|
||||||
"lineage": "ec304f3f-d6b9-1735-4842-4ce9e9750545",
|
"lineage": "ec304f3f-d6b9-1735-4842-4ce9e9750545",
|
||||||
"outputs": {},
|
"outputs": {},
|
||||||
"resources": [
|
"resources": [
|
||||||
|
|
@ -583,8 +583,8 @@
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"description": "PHPMyAdmin for the Wordpress DB of the ecir 2025 conference",
|
"description": "PHPMyAdmin for the Wordpress DB of the ecir 2025 conference",
|
||||||
"disable_status_check": false,
|
"disable_status_check": false,
|
||||||
"id": "9d929715-2dd7-4859-a52a-bd148d2a6694/6c39592e-ffc6-4f9c-9e6a-06aa5b395e0a",
|
"id": "9d929715-2dd7-4859-a52a-bd148d2a6694/d18b0b02-68cd-40dd-9feb-a04ddb6e27b2",
|
||||||
"name": "phpadmin.hpc.cloud.isti.cnr.it.",
|
"name": "phpadmin-ecir2025.hpc.cloud.isti.cnr.it.",
|
||||||
"project_id": "adaf7e28a31e465795359fcde26398b7",
|
"project_id": "adaf7e28a31e465795359fcde26398b7",
|
||||||
"records": [
|
"records": [
|
||||||
"wp-ecir2025.hpc.cloud.isti.cnr.it."
|
"wp-ecir2025.hpc.cloud.isti.cnr.it."
|
||||||
|
|
|
||||||
|
|
@ -84,7 +84,7 @@ module "dns_records_create" {
|
||||||
},
|
},
|
||||||
phpadmin = {
|
phpadmin = {
|
||||||
zone_id = data.terraform_remote_state.privnet_dns_router.outputs.dns_zone_id
|
zone_id = data.terraform_remote_state.privnet_dns_router.outputs.dns_zone_id
|
||||||
name = join(".", ["phpadmin", data.terraform_remote_state.privnet_dns_router.outputs.dns_zone.name])
|
name = join(".", ["phpadmin-school2024", data.terraform_remote_state.privnet_dns_router.outputs.dns_zone.name])
|
||||||
description = "PHPMyAdmin for the Wordpress DB of the SobigData summer school 2024"
|
description = "PHPMyAdmin for the Wordpress DB of the SobigData summer school 2024"
|
||||||
ttl = 8600
|
ttl = 8600
|
||||||
type = "CNAME"
|
type = "CNAME"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"version": 4,
|
"version": 4,
|
||||||
"terraform_version": "1.6.6",
|
"terraform_version": "1.6.6",
|
||||||
"serial": 12,
|
"serial": 15,
|
||||||
"lineage": "e54245b2-c34e-fc85-cb38-9260670b7d04",
|
"lineage": "e54245b2-c34e-fc85-cb38-9260670b7d04",
|
||||||
"outputs": {},
|
"outputs": {},
|
||||||
"resources": [
|
"resources": [
|
||||||
|
|
@ -583,8 +583,8 @@
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"description": "PHPMyAdmin for the Wordpress DB of the SobigData summer school 2024",
|
"description": "PHPMyAdmin for the Wordpress DB of the SobigData summer school 2024",
|
||||||
"disable_status_check": false,
|
"disable_status_check": false,
|
||||||
"id": "9d29d051-9567-4af4-9ffe-87eb643fc90b/31c83cb0-6505-41d6-bbc5-8f29fd00b8a6",
|
"id": "9d29d051-9567-4af4-9ffe-87eb643fc90b/a45e4596-b92d-4092-bc8e-fac93977d350",
|
||||||
"name": "phpadmin.kdd.cloud.isti.cnr.it.",
|
"name": "phpadmin-school2024.kdd.cloud.isti.cnr.it.",
|
||||||
"project_id": "d6757d56e6e54ffe83a9701cc92af4c2",
|
"project_id": "d6757d56e6e54ffe83a9701cc92af4c2",
|
||||||
"records": [
|
"records": [
|
||||||
"wp-summerschool2024-sbd.kdd.cloud.isti.cnr.it."
|
"wp-summerschool2024-sbd.kdd.cloud.isti.cnr.it."
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue