-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
π Bug Report
Description
Since the release of Wallix API 3.12, the API has dropped support for "jumphost" applications and introduced a new category "web" applications.
However, the current Terraform Wallix provider does not yet support this change.
As a result, creating application resources with the old jumphost category fails.
π Steps to Reproduce
-
Use the Wallix Terraform provider with a Wallix API version β₯ 3.12
-
Define an application resource using category
jumphostresource "wallix-bastion_application" "test_app" { application_name = "test" category = "jumphost" browser = "chrome" browser_version = "latest" ... }
-
Run
tofu apply
β οΈ Actual Behavior
Terraform fails to create the application, returning an API error indicating Bad Request.
β Expected Behavior
The provider should:
- Drop support for
jumphostcategory. - Add support for the new
webcategory introduced in Wallix API 3.12.
π§© Environment
- Provider version:
0.14.8 - tofu version:
1.10.6 - Wallix API version:
3.12
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working