https://pulumi.com logo
Title
a

able-honey-93860

01/01/2022, 8:32 PM
Seems like there is a typo with pulumi's Okta provider.
groups_includeds
vs
groups_included
which the terraform provider shows the latter.
groups_included = “${<http://data.okta_group.everyone.id|data.okta_group.everyone.id>}”
so I assume there was either a typo for the
$
or the converter didn't accurately handled it. This mishandled conversion causes the documentation to mislead the user into thinking group names and/or id’s can be used but ultimately only group id’s are applicable.
@billowy-army-68599 is it safe to say this is a typo?
b

billowy-army-68599

01/01/2022, 11:44 PM
it's probably a docgen bug, would you mind filing an issue on the provider repo
a

able-honey-93860

01/01/2022, 11:48 PM
Sorry I'm not really good with GitHub nor do I have an account lol😅
b

billowy-army-68599

01/01/2022, 11:51 PM
a

able-honey-93860

01/01/2022, 11:54 PM
Thanks!