Skip to content

Commit

Permalink
Merge the firewall rule inside the firewall resource, fixed some othe…
Browse files Browse the repository at this point in the history
…r error in the provider (#145)
  • Loading branch information
alejandrojnm authored Sep 2, 2022
1 parent 16e50a2 commit b52a2fd
Show file tree
Hide file tree
Showing 11 changed files with 488 additions and 92 deletions.
2 changes: 1 addition & 1 deletion civo/resource_dns_domain_record.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ func resourceDNSDomainRecordUpdate(ctx context.Context, d *schema.ResourceData,
return resourceDNSDomainRecordRead(ctx, d, m)
}

//function to delete a dns domain record
// function to delete a dns domain record
func resourceDNSDomainRecordDelete(_ context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics {
apiClient := m.(*civogo.Client)

Expand Down
Loading

0 comments on commit b52a2fd

Please sign in to comment.