mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
provider/aws: go vet issue with aws_vpn_gateway_route_propagation
This commit is contained in:
parent
1aff439c3d
commit
c7d6dfd7e7
@ -80,7 +80,7 @@ func resourceAwsVpnGatewayRoutePropagationRead(d *schema.ResourceData, meta inte
|
||||
return err
|
||||
}
|
||||
if rtRaw == nil {
|
||||
log.Printf("[INFO] Route table %d doesn't exist, so dropping %s route propagation from state", rtID, gwID)
|
||||
log.Printf("[INFO] Route table %q doesn't exist, so dropping %q route propagation from state", rtID, gwID)
|
||||
d.SetId("")
|
||||
return nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user