Skip to content

Commit 6a44ad8

Browse files
committed
chore: remove dns entry in compostion
1 parent beb0066 commit 6a44ad8

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
@@ -56,25 +56,25 @@ resource "meshstack_tenant_v4" "tenant" {
5656
}
5757
}
5858

59-
resource "meshstack_building_block_v2" "seaweedfs_dns_record" {
60-
spec = {
61-
building_block_definition_version_ref = {
62-
uuid = var.dns_definition_version_uuid
63-
}
64-
target_ref = {
65-
kind = "meshTenant"
66-
uuid = meshstack_tenant_v4.tenant.metadata.uuid
67-
}
68-
display_name = "seaweedfs dnsrecord: ${local.unique_name}"
69-
inputs = {
70-
zone_name = { value_single_select = var.zone_name }
71-
record = { value_string = local.public_ip }
72-
sub = { value_string = "storage.${local.selected_sub}" }
73-
type = { value_single_select = var.dns_record_type }
74-
ttl = { value_string = var.ttl }
75-
}
76-
}
77-
}
59+
# resource "meshstack_building_block_v2" "seaweedfs_dns_record" {
60+
# spec = {
61+
# building_block_definition_version_ref = {
62+
# uuid = var.dns_definition_version_uuid
63+
# }
64+
# target_ref = {
65+
# kind = "meshTenant"
66+
# uuid = meshstack_tenant_v4.tenant.metadata.uuid
67+
# }
68+
# display_name = "seaweedfs dnsrecord: ${local.unique_name}"
69+
# inputs = {
70+
# zone_name = { value_single_select = var.zone_name }
71+
# record = { value_string = local.public_ip }
72+
# sub = { value_string = "storage.${local.selected_sub}" }
73+
# type = { value_single_select = var.dns_record_type }
74+
# ttl = { value_string = var.ttl }
75+
# }
76+
# }
77+
# }
7878

7979
# resource "meshstack_building_block_v2" "keycloak_dns_record" {
8080
# spec = {

0 commit comments

Comments
 (0)