Skip to content

Commit

Permalink
Merge pull request #26 from NetApp/kerenNewTF
Browse files Browse the repository at this point in the history
modified github workflow tests
  • Loading branch information
kerentraht authored Jan 22, 2024
2 parents 2b9815b + 979e04e commit cfaf3ee
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/terraform-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ name: "Documentation: terraform-docs"
on:
pull_request:
paths:
- "Terraform/*"
- 'Terraform/**'
push:
paths:
- 'Terraform/**'
branches:
- main

jobs:
docs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ name: "Code Quality: Terraform"
on:
pull_request:
paths:
- "Terraform/*"
- 'Terraform/**'
push:
paths:
- "Terraform/*"
- 'Terraform/**'
branches:
- main

Expand Down
2 changes: 2 additions & 0 deletions Terraform/delpoy-fsx-ontap/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -220,3 +220,5 @@ resource "aws_fsx_ontap_volume" "myvol" {
snapshot_policy = "NONE"
tags = var.tags
}


0 comments on commit cfaf3ee

Please sign in to comment.