mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-20 04:00:40 -04:00
fix nit-pick from go vet
This commit is contained in:
@@ -64,7 +64,7 @@ func testAccCheckRouteTableAssociationDestroy(s *terraform.State) error {
|
||||
rt := resp.RouteTables[0]
|
||||
if len(rt.Associations) > 0 {
|
||||
return fmt.Errorf(
|
||||
"route table %s has associations", rt.RouteTableID)
|
||||
"route table %s has associations", *rt.RouteTableID)
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user