Skip to content

Commit

Permalink
add version constraint to local TF provider
Browse files Browse the repository at this point in the history
  • Loading branch information
rankin-tr committed Sep 5, 2024
1 parent a40357b commit a484440
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/lambda@edge/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@ terraform {
source = "hashicorp/archive"
version = ">= 2.2.0"
}
local = {
source = "hashicorp/local"
version = ">= 1.2"
}
}
}

0 comments on commit a484440

Please sign in to comment.