v2.3.4
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_specandwallarm_user— replaced
passthrough import with real ID parsers so the required fields get
populated. data.wallarm_security_issuesno longer panics when an issue has no
vpatch mitigation (now nil-checked).wallarm_api_specimport ID aligned to{client_id}/{api_spec_id}for
consistency with other 2-entity resources. Existing state unaffected.
Improvements
wallarm-gov0.10.0: new Attack, Activity Log, and Security Issues
APIs; cursor pagination onAttackRead; 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:
resourcerule55.7% → 69.3%.
Breaking Changes
ignore_existingprovider argument removed (the field was never read
by any code). Drop it from yourprovider "wallarm" {}block and the
WALLARM_IGNORE_EXISTING_RESOURCESenv var if set.
Documentation
## Importsections added toapi_spec,node,tenant,user.integration_ms_teams.mdrenamed tointegration_teams.md.