Matomo
A single managed resource: matomo.goal. Tag Manager is not implemented.
Agoraform 0.1.0 is a CLI that declares Matomo analytics goals in YAML, shows a non-mutating plan, applies creates and updates, and imports existing goals into local management.
This documentation describes Agoraform v0.1.0.
validate -> plan -> apply -> planThe last plan reports no changes when the remote goal and local state are unchanged.
apiVersion: agoraform.io/v1alpha1resources: - address: matomo.goal.trial_started attributes: name: Trial Started matchAttribute: event_action pattern: trialStartedMatomo
A single managed resource: matomo.goal. Tag Manager is not implemented.
Google Ads and Meta Ads are not implemented.
| Command | Purpose |
|---|---|
validate | Schema, addresses, duplicates, provider type, Matomo connectivity, goal fields |
plan | Diff vs live Matomo; never mutates |
apply | Executes planned creates and updates; no destroy |
import | Binds one existing remote id; prints YAML; no remote mutation |