Skip to content

Commit 15a4c59

Browse files
committed
no longer need to set the internal ECS DNS records
1 parent 8cf4353 commit 15a4c59

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/cli/multiregion/dns.go

-2
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ func (d *DnsCommand) setDnsRecordValues(idpKey string) {
129129
{supportBotName, supportBotName + "-" + region},
130130

131131
// ECS services
132-
{idpKey + "-email", idpKey + "-email-" + region},
133-
{idpKey + "-broker", idpKey + "-broker-" + region},
134132
{idpKey + "-pw-api", idpKey + "-pw-api-" + region},
135133
{idpKey, idpKey + "-" + region},
136134
{idpKey + "-sync", idpKey + "-sync-" + region},

0 commit comments

Comments
 (0)