Skip to content

Commit

Permalink
Add version for local provider
Browse files Browse the repository at this point in the history
  • Loading branch information
nickclyde committed Feb 21, 2025
1 parent 6df30cb commit 55b3cee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/implementation/ecs/backend.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ terraform {
source = "cyrilgdn/postgresql"
version = "1.25.0"
}
local = {
source = "hashicorp/local"
version = "2.5.2"
}
}


Expand Down

0 comments on commit 55b3cee

Please sign in to comment.