Skip to content

Commit

Permalink
terraform random provider
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-heery committed Jan 2, 2025
1 parent e0a695f commit 1a08673
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ terraform {
source = "hashicorp/aws"
version = "~> 5.0"
}
random = {
source = "hashicorp/random"
version = "~> 3.0"
}
}
required_version = ">= 1.0.1"
}

0 comments on commit 1a08673

Please sign in to comment.