Joel T

Results 26 comments of Joel T

We have also been having this issue, but I found a nice workaround if you only need the group `object_id`, and don't care about the members. ```terraform data "azuread_groups" "this"...

Similar to #416 - have an idea of how to resolve.

This may be best as an option to add an IP address on to the device resource.

I've found a lot of bugs when multiple resources touch the same object. Don't remember my exact reasons in this case, but might have been related to that.

As an FYI, we also ran into this issue. Seems to have been caused by us updating the schema of the DB before the app was updated to 3.5. Once...

I beleive I found a way around this issue. The type for custom_fields has been set to `TypeMap` this is forcing all the attributes under it to be a string...

> @tagur87 Thanks for reporting this. At first glance this looks like it might be an API bug and/or design fault. We'll wait to hear back on the linked upstream...

@fbreckle - thanks for taking the time to review this and provide such a clear response of the current state of CFs along with questions you have. I figured this...

Also, for reference, here is the structure of every single custom field type in json form, for reference. All of their values when empty use `null` as well. ```json {...