Skip to content

Commit d70ba23

Browse files
committed
again, don't abort if ALB values can't be read
1 parent cab0d54 commit d70ba23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd/cli/multiregion/dns.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ func (d *DnsCommand) getAlbDnsValuesFromTfc(workspaceName string) (values AlbDns
185185

186186
client, err := tfe.NewClient(config)
187187
if err != nil {
188-
log.Fatalf("Error creating Terraform client: %s", err)
188+
fmt.Printf("Error creating Terraform client: %s", err)
189+
return
189190
}
190191

191192
ctx := context.Background()

0 commit comments

Comments
 (0)