Fixed key name documentation on extra_arguments (#140)

This commit is contained in:
Jason Wieringa
2017-08-30 19:52:14 -07:00
committed by Anubhav Mishra
parent 5426f519d8
commit 59ecae80fb

View File

@@ -185,7 +185,7 @@ post_apply:
commands:
- "curl http://example.com"
extra_arguments:
- command: plan
- command_name: plan
arguments:
- "-tfvars=myvars.tfvars"
```