Skip to content

Commit

Permalink
Merge pull request #394 from ovh/380-documentation-ip_reverse-separtor
Browse files Browse the repository at this point in the history
Update separator for  ip reverse import test
  • Loading branch information
scraly authored Mar 14, 2023
2 parents 9d2261d + 584acc6 commit a1637ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovh/resource_ip_reverse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func testAccIpReverseImportId(resourceName string) resource.ImportStateIdFunc {
}

return fmt.Sprintf(
"%s:%s",
"%s|%s",
subnet.Primary.Attributes["ip"],
subnet.Primary.Attributes["ip_reverse"],
), nil
Expand Down

0 comments on commit a1637ef

Please sign in to comment.