0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-11-21 14:20:40 +00:00

[skip ci] auto-update documentation

This commit is contained in:
thegeeklab-bot 2024-03-12 19:56:59 +00:00
parent 24d043401b
commit 82ce9844dd

View File

@ -55,5 +55,9 @@ docker build --file Containerfile.multiarch --tag thegeeklab/wp-opentofu .
## Test ## Test
```Shell ```Shell
docker run -it thegeeklab/wp-opentofu --action validate docker run --rm \
-e PLUGIN_ACTION=validate \
-v $(pwd):/build:z \
-w /build \
thegeeklab/wp-opentofu
``` ```