diff --git a/resource_compute_firewall_migrate.go b/resource_compute_firewall_migrate.go index 3252e650..8509075f 100644 --- a/resource_compute_firewall_migrate.go +++ b/resource_compute_firewall_migrate.go @@ -13,7 +13,7 @@ import ( func resourceComputeFirewallMigrateState( v int, is *terraform.InstanceState, meta interface{}) (*terraform.InstanceState, error) { if is.Empty() { - log.Println("[DEBUG] Empty FirewallState; nothing to migrate.") + log.Println("[DEBUG] Empty InstanceState; nothing to migrate.") return is, nil }