Skip to content

Commit

Permalink
Pins archive provider to fix deprecated status warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhaley committed Dec 20, 2024
1 parent 5e0a8ba commit bbf97b5
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 bbf97b5

Please sign in to comment.