Add Terraform CI/CD workflow configuration

This commit is contained in:
2025-12-23 12:00:17 +01:00
parent c406a23576
commit 771a207f08

8
.github/workflows/terraform.yaml vendored Normal file
View File

@@ -0,0 +1,8 @@
name: "Terraform CI/CD"
on:
push:
branches:
- main
paths:
- terraform/**