Add Terraform CI/CD workflow configuration
This commit is contained in:
8
.github/workflows/terraform.yaml
vendored
Normal file
8
.github/workflows/terraform.yaml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
name: "Terraform CI/CD"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- terraform/**
|
||||
Reference in New Issue
Block a user