We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I create a fortanix app using the dsm provider I get the error:
CAll DSM provider API returned non-JSON API: GET sys/v1/apps/<app_id> 401: This operation requires an account to be selected first
HOWEVER the app is created and appears in Fortanix.
Create a dsm_app using this code
resource "dsm_app" "app" { name = "testApp" default_group = module.dsm_group.group_id other_group = [] other_group_permissions = {} new_credential = false }
Terraform apply to return no errors and show app created when app is created in Fortanix.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue
When I create a fortanix app using the dsm provider I get the error:
CAll DSM provider API returned non-JSON API: GET sys/v1/apps/<app_id> 401: This operation requires an account to be selected first
HOWEVER the app is created and appears in Fortanix.
Steps to reproduce
Create a dsm_app using this code
Expected Outcome
Terraform apply to return no errors and show app created when app is created in Fortanix.
The text was updated successfully, but these errors were encountered: