Matthew Venne

Results 18 comments of Matthew Venne

It definitely seems related to homebrew vs pip. After trying -g tag - it completely bricked my local install of python. Can't even using boto3 anymore...Gonna take a while to...

I ran source bash_functions but not when I run the okta-aws command it says "withokta: command not found"

```hcl resource okta_group_memberships "default" { group_id = okta_group.default[0].id users = local.user_ids } data okta_users "default" { count = length(var.group_assignment.members) search { name = "profile.login" value = var.group_assignment.members[count.index] comparison = "eq"...

Yes - you can see the output of my tf in my previous comment. It is returning the users but, the id attribute of the user returned is in not...

Appreciate you guys taking the time to help, did you see my latest message?

Thanks but that doesn't seem to be right either. I played around with trying to parse the list out and it's still not working. Maybe I'm reading the docs wrong...

100% i usually have to manually create an app then query the API to see the exact syntax that is required. This extends for other configurations as well- not just...

Omg!!! Thank you !!! Edit. Might have spoken to soon - a good start but not as complete as I would like.