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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform Version
Terraform v0.13.4
Affected Resource(s)
okta_app_basic_auth resource
Terraform Configuration Files
resource"okta_app_basic_auth""service_account" {
label="A Service Account"
}
Error Output
Error: The API returned an error: Api validation failed: url. Causes: errorSummary: url: The field cannot be left blank, errorSummary: authURL: The field cannot be left blank
on apps.tf line 289, in resource "okta_app_basic_auth" "service_account":
289: resource "okta_app_basic_auth" "service_account" {
Expected Behavior
The resource should be able to be created without url or auth_url as they are marked as optional.
Actual Behavior
Resource fails to create stating that url and authUrl are required
Steps to Reproduce
Copy resource above
terraform apply
Important Factoids
No
References
The text was updated successfully, but these errors were encountered:
{
"errorCode": "E0000001",
"errorSummary": "Api validation failed: url",
"errorLink": "E0000001",
"errorId": "oaeAHnXl-RxQ0ibBNtgOaWCyg",
"errorCauses": [
{
"errorSummary": "url: The field cannot be left blank"
},
{
"errorSummary": "authURL: The field cannot be left blank"
}
]
}
Community Note
Terraform Version
Terraform v0.13.4
Affected Resource(s)
okta_app_basic_auth
resourceTerraform Configuration Files
Error Output
Expected Behavior
The resource should be able to be created without
url
orauth_url
as they are marked as optional.Actual Behavior
Resource fails to create stating that
url
andauthUrl
are requiredSteps to Reproduce
terraform apply
Important Factoids
No
References
The text was updated successfully, but these errors were encountered: