Skip to content

Commit

Permalink
Do not touch random provider
Browse files Browse the repository at this point in the history
  • Loading branch information
audunsolemdal committed Sep 2, 2024
1 parent c2c6333 commit 16bc2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "> 3.0, < 5.0"
version = "~> 3.5"
}
}
}

0 comments on commit 16bc2a2

Please sign in to comment.