Skip to content

Commit

Permalink
Fix last merge
Browse files Browse the repository at this point in the history
  • Loading branch information
quite4work committed Dec 14, 2022
1 parent 2c71860 commit 8c6b7ac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/cloudns/resource_dns_record.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ func resourceDnsRecord() *schema.Resource {
func resourceDnsRecordCreate(ctx context.Context, d *schema.ResourceData, meta interface{}) diag.Diagnostics {
clientConfig := meta.(ClientConfig)
recordToCreate := toApiRecord(d)
if recordToCreate.Rtype == "MX" {
recordToCreate.Priority = 10
}

tflog.Debug(ctx, fmt.Sprintf("CREATE %s.%s %d in %s %s", recordToCreate.Host, recordToCreate.Domain, recordToCreate.TTL, recordToCreate.Rtype, recordToCreate.Record))

Expand Down

0 comments on commit 8c6b7ac

Please sign in to comment.