Skip to content

Commit

Permalink
temporarily add further instances of random provider where needed
Browse files Browse the repository at this point in the history
  • Loading branch information
dms1981 committed Sep 6, 2024
1 parent eeb80a8 commit 4bba91d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/environments/core-logging/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ terraform {
version = "~> 2.0"
source = "hashicorp/archive"
}
random = {
source = "hashicorp/random"
version = "3.6.2"
}
}
required_version = "~> 1.0"
}
4 changes: 4 additions & 0 deletions terraform/environments/core-security/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ terraform {
version = "~> 5.0"
source = "hashicorp/aws"
}
random = {
source = "hashicorp/random"
version = "3.6.2"
}
}
required_version = "~> 1.0"
}

0 comments on commit 4bba91d

Please sign in to comment.