Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alisdair/tf-dnd


https://github.com/alisdair/tf-dnd

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# Interesting diffs

Changes item properties and armor class:

```
terraform plan -var battle_ready=false
```

Changes level and proficiency bonus, no nested blocks change:

```
terraform plan -var party_xp=1000
```

Full resource diff:

```
terraform plan -var kobold_count=7
```