Skip to content

Manifests

This content is for v0.2.1. Switch to the latest version for up-to-date documentation.

apiVersion: agoraform.io/v1alpha1
providers:
matomo:
publish: true
environment: live
resources:
- address: matomo.goal.trial_started
attributes:
name: Trial Started
matchAttribute: event_action
pattern: trialStarted
FieldRequiredDescription
apiVersionyesMust be agoraform.io/v1alpha1.
providersnoNon-secret provider-specific desired state.
resourcesnoDesired managed resources.

Credentials never belong in the manifest. Unknown provider fields are rejected.

Resource addresses are provider.type.name. Dependencies use $ref objects containing a logical address. Missing references, self-references, and cycles fail before remote mutations.

See the manifest reference.