Skip to content

Commit f6662ca

Browse files
committed
Assets included & updated the README
1 parent 7c2b53a commit f6662ca

File tree

5 files changed

+11
-0
lines changed

5 files changed

+11
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ action "packer-validate-demo-3" {
8585
}
8686
}
8787
```
88+
**Figure 1.** *Packer validate complete check list diagram*
89+
![checks-list-diagram](media/action-results.png)
8890

8991
## Author
9092
[Dawit Nida](https://github.com/dawitnida)

media/action-results.png

261 KB
Loading

media/fail-success-validation.png

236 KB
Loading

media/packer-template-y.png

138 KB
Loading

validate/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,14 @@ action "packer-validate-demo-3" {
7373
}
7474
}
7575
```
76+
**Figure 1.** *Packer validate without args failed with a comment*
77+
![failed-validation](../media/packer-template-y.png)
78+
79+
**Figure 2.** *Packer validate success & failed outputs*
80+
![success-failed-output](../media/fail-success-validation.png)
81+
82+
**Figure 3.** *Packer validate complete check list diagram*
83+
![checks-list-diagram](../media/action-results.png)
84+
7685

7786
[packer-validate-doc]: <https://www.packer.io/docs/commands/validate.html>

0 commit comments

Comments
 (0)