Skip to content

Commit

Permalink
Update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
lego963 committed Feb 8, 2021
1 parent d04ead6 commit e8ed01f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func testAccCheckVpcV1EIPDestroy(s *terraform.State) error {
config := testAccProvider.Meta().(*Config)
networkingClient, err := config.networkingV1Client(OS_REGION_NAME)
if err != nil {
return fmt.Errorf("eror creating EIP: %s", err)
return fmt.Errorf("eror creating NetworkingV1 client: %s", err)
}

for _, rs := range s.RootModule().Resources {
Expand Down

0 comments on commit e8ed01f

Please sign in to comment.