Skip to content

Commit

Permalink
fix importer
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushi-ishibashi committed Jan 29, 2018
1 parent 803e0d3 commit c77a96c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/resource_aws_guardduty_ipset.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ func resourceAwsGuardDutyIpsetRead(d *schema.ResourceData, meta interface{}) err
return err
}

d.Set("detector_id", detectorId)
d.Set("format", resp.Format)
d.Set("location", resp.Location)
d.Set("name", resp.Name)
Expand Down

0 comments on commit c77a96c

Please sign in to comment.