#!/bin/bash
set -ex

cargo run -- yaml/multiple-slo.yaml > terraform/slis.tf && \
	terraform fmt terraform/
