Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
suhrit-cf committed Jan 9, 2023
1 parent 97cf396 commit 9b9f24e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func resourceCloudflareDeviceManagedNetworksImport(ctx context.Context, d *schem
return nil, err
}

tflog.Debug(ctx, fmt.Sprintf("Importing Cloudflare Device Managed Netowrk: id %s for account %s", managedNetworkID, accountID))
tflog.Debug(ctx, fmt.Sprintf("Importing Cloudflare Device Managed Network: id %s for account %s", managedNetworkID, accountID))

d.Set("account_id", accountID)
d.SetId(managedNetworkID)
Expand Down

0 comments on commit 9b9f24e

Please sign in to comment.