Skip to content

Commit

Permalink
fix: warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
amanverma678 committed Nov 19, 2024
1 parent 7059cf6 commit 62b4efa
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/aws_managed/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,16 @@ terraform {
source = "hashicorp/cloudinit"
version = ">= 2.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = ">= 2.33.0" # Specify the appropriate version
}
template = {
source = "hashicorp/template"
version = ">= 2.2.0"
}
null = {
source = "hashicorp/null"
version = ">= 3.0.0"
}
}
11 changes: 11 additions & 0 deletions examples/aws_managed_with_fargate/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,16 @@ terraform {
source = "hashicorp/cloudinit"
version = ">= 2.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = ">= 2.33.0" # Specify the appropriate version
}
template = {
source = "hashicorp/template"
version = ">= 2.2.0"
}
null = {
source = "hashicorp/null"
version = ">= 3.0.0"
}
}
11 changes: 11 additions & 0 deletions examples/complete/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,16 @@ terraform {
source = "hashicorp/cloudinit"
version = ">= 2.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = ">= 2.33.0" # Specify the appropriate version
}
template = {
source = "hashicorp/template"
version = ">= 2.2.0"
}
null = {
source = "hashicorp/null"
version = ">= 3.0.0"
}
}

0 comments on commit 62b4efa

Please sign in to comment.