Skip to content

Commit 1d6e9ae

Browse files
authored
Update providers.tf
1 parent b9eb19c commit 1d6e9ae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

litellm-terraform-stack/providers.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
terraform {
22
backend "s3" {}
3+
required_providers {
4+
helm = {
5+
source = "hashicorp/helm"
6+
version = "~> 2.0"
7+
}
8+
}
39
}
410

511
data "aws_caller_identity" "current" {}

0 commit comments

Comments
 (0)