Skip to content

Commit

Permalink
adding sources for providers
Browse files Browse the repository at this point in the history
  • Loading branch information
givanovexpe committed Oct 15, 2024
1 parent 694152c commit c264539
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ terraform {
source = "hashicorp/aws"
version = "~> 4.0"
}
external = {
source = "hashicorp/external"
version = "~> 1.1"
}
random = {
source = "hashicorp/random"
version = "~> 3.6"
}
datadog = {
source = "DataDog/datadog"
version = "3.25.0"
Expand Down

0 comments on commit c264539

Please sign in to comment.