onelogin / terraform-provider-onelogin

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

creating an app by terraform #58

Closed aberyo0801 closed 1 year ago

aberyo0801 commented 3 years ago

When I create an app using terraform, the credential setting is "Configured by end-users" by default as shown in the attached picture.

If I want to change the credential setting to "Configured by admins and shared by all users" and create an app, how do I set the Argument Reference described in the terraform documentation?

The documentation about Argument reference

credentials setting
dcaponi commented 3 years ago

@aberyo0801 is this a SAML or OIDC app? Some of those fields are only valid on a per app type basis and sadly, some of those specialized fields are not documented. Can you give me some more info about the app you're trying to create so I can try to find the name of the field and add it. Thanks 😄