Skip to content

Commit

Permalink
Update terraform-destroy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
astr0n8t authored Aug 26, 2023
1 parent 4db74cf commit 0ab5503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-destroy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: ghcr.io/lab-astr0rack-net/terraform:latest
options: --cap-add=NET_ADMIN --cap-add=NET_RAW --dns=1.1.1.1 --dns=100.100.100.100 --add-host postgres.lab.astr0rack.net:192.168.55.3 --add-host proxmox.lab.astr0rack.net:192.168.55.2
options: --cap-add=NET_ADMIN --cap-add=NET_RAW --dns=1.1.1.1 --dns=100.100.100.100 --add-host postgres.lab.astr0rack.net:192.168.55.2 --add-host proxmox.lab.astr0rack.net:192.168.55.2
volumes:
- /var/lib:/var/lib
- /dev/net/tun:/dev/net/tun
Expand Down

0 comments on commit 0ab5503

Please sign in to comment.