Skip to content

v2.3.4

Choose a tag to compare

@concentrator concentrator released this 21 Apr 06:58
c3d6f06

Released: April 20, 2026

Fixes terraform import for wallarm_api_spec and wallarm_user, bumps
wallarm-go to v0.10.0, removes an unused provider argument.

Bug Fixes

  • Import now works for wallarm_api_spec and wallarm_user — replaced
    passthrough import with real ID parsers so the required fields get
    populated.
  • data.wallarm_security_issues no longer panics when an issue has no
    vpatch mitigation (now nil-checked).
  • wallarm_api_spec import ID aligned to {client_id}/{api_spec_id} for
    consistency with other 2-entity resources. Existing state unaffected.

Improvements

  • wallarm-go v0.10.0: new Attack, Activity Log, and Security Issues
    APIs; cursor pagination on AttackRead; nil-input guards; IP-list search
    encoding fix.
  • Shared rule Import + Update helpers in resourcerule — 42 rule
    resources migrated, ~850 net LOC removed.
  • Test coverage: resourcerule 55.7% → 69.3%.

Breaking Changes

  • ignore_existing provider argument removed (the field was never read
    by any code). Drop it from your provider "wallarm" {} block and the
    WALLARM_IGNORE_EXISTING_RESOURCES env var if set.

Documentation

  • ## Import sections added to api_spec, node, tenant, user.
  • integration_ms_teams.md renamed to integration_teams.md.