Refactor: Dir structure

This commit is contained in:
2023-09-14 06:48:05 +02:00
parent c361625230
commit af3e66f901
157 changed files with 3 additions and 3 deletions

3
tf-stage-0/outputs.tf Normal file
View File

@ -0,0 +1,3 @@
output "server_under_test_ip" {
value = hcloud_server.under_test.ipv4_address
}