Skip to content

Commit 2e8cd2e

Browse files
committed
chore: turn off dns in Route53
1 parent 4822515 commit 2e8cd2e

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

  • modules/buildingblocks/seaweedfs-composition

modules/buildingblocks/seaweedfs-composition/main.tf

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -76,25 +76,25 @@ resource "meshstack_building_block_v2" "seaweedfs_dns_record" {
7676
}
7777
}
7878

79-
resource "meshstack_building_block_v2" "keycloak_dns_record" {
80-
spec = {
81-
building_block_definition_version_ref = {
82-
uuid = var.dns_definition_version_uuid
83-
}
84-
target_ref = {
85-
kind = "meshTenant"
86-
uuid = meshstack_tenant_v4.tenant.metadata.uuid
87-
}
88-
display_name = "keycloak dnsrecord: ${local.unique_name}"
89-
inputs = {
90-
zone_name = { value_single_select = var.zone_name }
91-
record = { value_string = local.public_ip }
92-
sub = { value_string = "keycloak.${local.selected_sub}" }
93-
type = { value_single_select = var.dns_record_type }
94-
ttl = { value_string = var.ttl }
95-
}
96-
}
97-
}
79+
# resource "meshstack_building_block_v2" "keycloak_dns_record" {
80+
# spec = {
81+
# building_block_definition_version_ref = {
82+
# uuid = var.dns_definition_version_uuid
83+
# }
84+
# target_ref = {
85+
# kind = "meshTenant"
86+
# uuid = meshstack_tenant_v4.tenant.metadata.uuid
87+
# }
88+
# display_name = "keycloak dnsrecord: ${local.unique_name}"
89+
# inputs = {
90+
# zone_name = { value_single_select = var.zone_name }
91+
# record = { value_string = local.public_ip }
92+
# sub = { value_string = "keycloak.${local.selected_sub}" }
93+
# type = { value_single_select = var.dns_record_type }
94+
# ttl = { value_string = var.ttl }
95+
# }
96+
# }
97+
# }
9898

9999
resource "meshstack_building_block_v2" "namespace" {
100100
spec = {

0 commit comments

Comments
 (0)