Skip to content

Commit

Permalink
Merge branch 'kerensMac' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
kerentraht authored Jan 24, 2024
2 parents 2bcc3f3 + 59a7657 commit f83091d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
with:
terraform_wrapper: false
terraform_version: 1.6.6

- name: Check location
run: pwd

- name: Initialize ls
run: ls -la
Expand Down
1 change: 1 addition & 0 deletions Terraform/delpoy-fsx-ontap/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -217,3 +217,4 @@ resource "aws_fsx_ontap_volume" "myvol" {
snapshot_policy = "NONE"
tags = var.tags
}

0 comments on commit f83091d

Please sign in to comment.