Updated debug message in compute_firewall_migrate. (#14743)
This commit is contained in:
parent
5d05b0b7fe
commit
dbeb7fde98
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue