Add terraform

Co-authored-by: janbrazda <xbrazda@fi.muni.cz>
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
hanzbzz
2023-09-02 09:41:13 +02:00
committed by GitHub
parent 08c8fafec9
commit 2cf1a72bc5

15
_gtfobins/terraform.md Normal file
View File

@@ -0,0 +1,15 @@
---
functions:
file-read:
- code: |
terraform console
file("file_to_read")
sudo:
- code: |
sudo terraform console
file("file_to_read")
suid:
- code: |
./terraform console
file("file_to_read")
---