Skip to content

Commit

Permalink
Pins archive provider to fix deprecated status warning (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhaley authored Dec 20, 2024
1 parent 5e0a8ba commit 4334c91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@ terraform {
source = "hashicorp/aws"
version = ">= 5.32.0"
}
archive = {
source = "hashicorp/archive"
version = ">= 2.7.0"
}
}
}

0 comments on commit 4334c91

Please sign in to comment.