onelogin / terraform-provider-onelogin

GNU General Public License v3.0
27 stars 19 forks source link

The 0.3.0 api seems to be missing the configuration #105

Closed farcaller closed 1 year ago

farcaller commented 1 year ago

Resource onelogin_apps seems to be lacking the "configuration" field, making it impossible to actually configure any application. Am I missing something?

Jmfwolf commented 1 year ago

Thank you for point that out. I made an error in the specification for the apps. I will correct that in the next release

Jmfwolf commented 1 year ago

The OpenAPI specification has been updated as well as the readme. A signed fork has been uploaded to the Terraform Registry

farcaller commented 1 year ago

It looks like the apps resource is gone completely now, it's no longer in resources, generated docs, or the readme.

Jmfwolf commented 1 year ago

I have been looking into the issue, this is the top priority for this repo. I will keep you updated

Jmfwolf commented 1 year ago

Please check out the recent release. User and App resources have been added. I will continue to work on the schemas to allow more resources to be accessed

jmons commented 1 year ago

The providor went live this morning on terraform , so users may need to limit the prividor because it is missing a large number of resources: Screenshot 2023-03-10 at 10 28 09 Screenshot 2023-03-10 at 10 28 02

Jmfwolf commented 1 year ago

I am working to have the remaining resources added: App rules, smart hooks, users, and mappings.

The previous way of handling SAML apps and OIDC apps as different resources, has been combined into the onelogin_app resource.

API Authorizations was formerly known as auth_server.