Skip to content

Commit

Permalink
fixed null provider version
Browse files Browse the repository at this point in the history
  • Loading branch information
velotioaastha committed Dec 16, 2024
1 parent 8889dee commit 270d4ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ terraform {
version = "~> 2.10"
}
null = {
version = "~> 3.2.2"
source = "hashicorp/null"
version = "3.2.2"
}
}
}

0 comments on commit 270d4ee

Please sign in to comment.