Closed morremeyer closed 2 years ago
/test all
@morremeyer I know it's not relevant to your change but the tests failed due to a missing terraform version attribute in example/complete. Could you please copy versions.tf
from the project root to the examples/complete
and examples/existing-ip
directories?
@joe-niland Sure, no problem :)
/test bats
/test all
Thanks very much @morremeyer, looks good! I will ask one of the Code owners to review.
btw, if you feel like raising the gomplate issue.
/test all
@morremeyer @joe-niland Regarding the make readme
issue, make readme
runs tools (such as gomplate
) on the host to build the README.md
file and will fail if you do not have them installed. You can, instead, run make pr/readme
which will run the tools inside the build-harness
Docker container and should work in more situations.
@Nuru thanks. Should make readme/deps
handle the native dependency install? I remember trying this unsuccessfully and just installed via brew.
Anyway, thanks for the pointer on the docker option - that sounds preferable.
I would advise against that, I wouldn't want a "generate Textfile" command to install Software without it being documented explicitly.
A make setup
or similar, or just documentation about which dependencies need to be installed would be much better in my opinion.
what
ipv4_cidr_block
why
additional info
I tried to run
make init && make readme
to generate the README, howevermake readme
fails with:on my machine. (MacBook Pro, macOS Monterey 12.4)