Skip to content

Commit

Permalink
fix(deps): Update Terraform validation to v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2024
1 parent ebad078 commit 904d71a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/sap_hana/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ terraform {
}
validation = {
source = "tlkamp/validation"
version = "1.1.1"
version = "1.1.3"
}
}
}
2 changes: 1 addition & 1 deletion modules/sap_hana_ha/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ terraform {
}
validation = {
source = "tlkamp/validation"
version = "1.1.1"
version = "1.1.3"
}
}
}

0 comments on commit 904d71a

Please sign in to comment.