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 @@ -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
9999resource "meshstack_building_block_v2" "namespace" {
100100 spec = {
You can’t perform that action at this time.
0 commit comments