diff --git a/builtin/providers/google/resource_compute_firewall_migrate.go b/builtin/providers/google/resource_compute_firewall_migrate.go index 3252e650e..8509075f4 100644 --- a/builtin/providers/google/resource_compute_firewall_migrate.go +++ b/builtin/providers/google/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 }