You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PingOne provider implicitly sets enabled = true flags based on the presence of the surrounding block. This allows the general configuration to be flattened into a single structure, for example, it might look like the following where oauth is enabled and saml is not:
terraform-provider-davinci/examples/resources/davinci_application/resource.tf
Line 6 in 1a2d766
The PingOne provider implicitly sets
enabled = true
flags based on the presence of the surrounding block. This allows the general configuration to be flattened into a single structure, for example, it might look like the following where oauth is enabled and saml is not:This obviously deviates from the underlying API, but might be more user-friendly
The text was updated successfully, but these errors were encountered: