File tree Expand file tree Collapse file tree
modules/buildingblocks/seaweedfs-composition Expand file tree Collapse file tree Original file line number Diff line number Diff 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 = {
You can’t perform that action at this time.
0 commit comments