Skip to content

Commit

Permalink
Fixes SSL Overwrite with different type
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmechlark committed Jul 25, 2023
1 parent 3dd544c commit 4367764
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cloud66/resource_cloud66_ssl_certificate.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ func resourceCloud66SslCertificateCreate(d *schema.ResourceData, meta interface{

if record == nil {
log.Print(fmt.Errorf("error overwriting SSL Certificate %q: %s", stackID, err))
} else {
record.Type = d.Get("type").(string)
}
}
}
Expand Down

0 comments on commit 4367764

Please sign in to comment.