Skip to content

Commit

Permalink
fix: enable parsing internal accounts (#159)
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Afiune Maya <afiune@lacework.net>
  • Loading branch information
afiune authored Sep 10, 2021
1 parent 6ab2f0c commit bb72fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lacework/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func providerConfigure(_ context.Context, d *schema.ResourceData) (interface{},
Detail: err.Error(),
})
} else {
account = d.Account
account = d.String()
}
}

Expand Down

0 comments on commit bb72fb4

Please sign in to comment.