Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alisdair/tf-dnd
https://github.com/alisdair/tf-dnd
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alisdair/tf-dnd
- Owner: alisdair
- Created: 2021-04-22T13:55:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-05T12:43:13.000Z (over 3 years ago)
- Last Synced: 2024-10-12T20:57:12.799Z (24 days ago)
- Language: HCL
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```