We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf4353 commit 15a4c59Copy full SHA for 15a4c59
cmd/cli/multiregion/dns.go
@@ -129,8 +129,6 @@ func (d *DnsCommand) setDnsRecordValues(idpKey string) {
129
{supportBotName, supportBotName + "-" + region},
130
131
// ECS services
132
- {idpKey + "-email", idpKey + "-email-" + region},
133
- {idpKey + "-broker", idpKey + "-broker-" + region},
134
{idpKey + "-pw-api", idpKey + "-pw-api-" + region},
135
{idpKey, idpKey + "-" + region},
136
{idpKey + "-sync", idpKey + "-sync-" + region},
0 commit comments