Releases: libre-devops/terraform-azapi-sentinel-codeless-connector
Releases · libre-devops/terraform-azapi-sentinel-codeless-connector
Release list
4.0.1
First live-E2E-proven release (apply + destroy green for both examples). Fixes that make 4.0.0 actually apply against Azure:
- Bounded create timeout + fail-fast retry. New
resource_timeoutsvariable (create default 15m, below the azapi provider's 30m) on both resources, and a narrowedretry_error_message_regexdefault limited to the genuinely transient races (onboarding propagation, workspace-not-found, throttling). A persistent connector-create fault now fails fast with the real error instead of hanging to the 30-minute default. - Ordering.
depends_on = [module.law]on the data-collection and connector calls so the destination custom table and Sentinel onboarding exist before the DCR and connector are created. - Reachable example connections. Sentinel runs a live connectivity check when it creates a RestApiPoller connection (it calls the endpoint and, for OAuth2, acquires the token), so placeholder hosts and credentials cannot apply. Both examples now poll the public GitHub advisories feed with a required User-Agent header; the complete example demonstrates two API-key pollers (Link-header paging and a query-parameter filter). OAuth2 and other credentialed auth stay fully modelled and documented in
variables.tf. - DCR stream. The output stream names the destination custom table with a source transform.