Skip to content

Commit

Permalink
fix(LINK-3033): set query_id when importing lacework_resource_query (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
PengyuanZhao authored Sep 10, 2024
1 parent 7e0ea32 commit 40584dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lacework/resource_lacework_query.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ func resourceLaceworkQueryRead(d *schema.ResourceData, meta interface{}) error {
}

d.Set("query", response.Data.QueryText)
d.Set("query_id", response.Data.QueryID)
d.Set("owner", response.Data.Owner)
d.Set("updated_time", response.Data.LastUpdateTime)
d.Set("updated_by", response.Data.LastUpdateUser)
Expand Down

0 comments on commit 40584dc

Please sign in to comment.