Skip to content

Commit

Permalink
remove unused hashicorp/local provider (#66)
Browse files Browse the repository at this point in the history
* remove unused hashicorp/local provider

* add back }
  • Loading branch information
megashby authored Mar 5, 2025
1 parent fb93449 commit 2118651
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions examples/complete/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,5 @@ terraform {
source = "hashicorp/aws"
version = ">= 5.0"
}
local = {
source = "hashicorp/local"
version = ">= 1.3"
}
}
}
4 changes: 0 additions & 4 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,5 @@ terraform {
source = "hashicorp/aws"
version = ">= 5.0"
}
local = {
source = "hashicorp/local"
version = ">= 1.3"
}
}
}

0 comments on commit 2118651

Please sign in to comment.