Closed davidsonjon closed 9 months ago
@davidsonjon hi there, are you working on this provider or a new one? The reason I ask, is we have developed a provider internally at my company using this SDK and the latest TF plugin framework. (We worked with SailPoint to create the Golang SDK mostly for this purpose) It'd be great to have a single provider that was supported by SailPoint. Maybe we can collab? @jordan-violet-sp for viz
Hey @wcarson, my provider (also using tf-plugin-framework) is internal only for now. I have been working on it to replace our existing Terraform automation that is using https://registry.terraform.io/providers/scottwinkler/shell/latest that powers several of our Cloud platforms access management. We are just starting to test migrating to it.
I would love to open source it (even as just a reference) but I need to work internally to clear that since I had to use my work laptop because I needed a working IDN instance to develop against 😦 .
Hello! This PR contain examples of changes and additions I required while working on a Terraform provider and is more of a reference than a merge-able PR
Summary of changes
model_json_patch_operation_value.go
in v3/beta - add bool var, to support bool values during patchingapi_applications.go
- add filter query param, for some reason need to pass?filter=org
to see whole listmodel_load_entitlement.go
- add model for load entitlement response, used to grab the job Idcc/api_sources_aggregation.go
- return new model frommodel_load_entitlement.go
api_event_list.go
model_event.go
model_event_list.go
- new funcs for getting event listapi_task_result.go
model_task_result.go
- new funcs for getting task resultsmodel_user_list.go
- add model for/cc/api/user/list
datacc/api_sources_aggregation.go
- new funcs for getting user list