Merge pull request #13988 from hashicorp/p-opc-ip-association

Refactor IPAddressAssociationRead
This commit is contained in:
Matthew Frahry 2017-04-26 09:28:24 -06:00 committed by GitHub
commit b14c84d82a
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ func resourceOPCIPAddressAssociationRead(d *schema.ResourceData, meta interface{
name := d.Id()
getInput := compute.GetIPAddressAssociationInput{
name,
Name: name,
}
result, err := client.GetIPAddressAssociation(&getInput)
if err != nil {