Skip to content

Commit

Permalink
Forgot to include requirements.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
zawac002 committed Sep 6, 2023
1 parent 1415968 commit 0d709d3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions requirements.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
terraform {
required_version = ">= 0.13"

required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.14.0"
}
helm = {
source = "hashicorp/helm"
version = ">= 2.11.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = ">= 2.23.0"
}
null = {
source = "hashicorp/null"
version = ">= 3.2.1"
}
}
}

0 comments on commit 0d709d3

Please sign in to comment.