providers/aws/aws_vpc: fix error message referencing ELB

This commit is contained in:
Mitchell Hashimoto 2014-07-17 09:46:31 -07:00
parent 8dc842aa8e
commit 24ecb1ae70
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ func resource_aws_vpc_destroy(
return nil
}
return fmt.Errorf("Error deleting ELB: %s", err)
return fmt.Errorf("Error deleting VPC: %s", err)
}
return nil