Skip to content

mach-composer/mach-composer-plugin-wundergraph

Folders and files

NameName
Last commit message
Last commit date
Jul 29, 2024
Mar 7, 2025
Jul 29, 2024
Jul 29, 2024
Jul 29, 2024
Jul 29, 2024
Jul 29, 2024
Jul 29, 2024
Jul 29, 2024
Jul 29, 2024
Jul 29, 2024
Jul 29, 2024
Jul 29, 2024
Jul 29, 2024
Jul 29, 2024

Repository files navigation

Wundergraph Plugin for MACH composer

This repository contains the Wundergraph plugin for Mach Composer. It requires MACH composer >= 2.5.x

This plugin uses the Wundergraph Terraform Provider

Usage

mach_composer:
  version: 1
  plugins:
    wundergraph:
      source: mach-composer/wundergraph
      version: 0.1.0

global:
  # ...
  wundergraph:
    api_key: "my-apikey"

sites:
  - identifier: my-site
    # ...
    wundergraph:
      api_key: "my-apikey"
    components:
      - name: my-component
        # ...