Skip to content

Commit

Permalink
Add versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bonclay7 committed May 10, 2024
1 parent 590b281 commit 47378f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/eks-monitoring/add-ons/external-secrets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ This deploys an EKS Cluster with the External Secrets Operator. The cluster is p
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 3.72 |
| <a name="requirement_kubectl"></a> [kubectl](#requirement\_kubectl) | >= 2.0.3 |
| <a name="requirement_kubernetes"></a> [kubernetes](#requirement\_kubernetes) | >= 2.10 |
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 3.6.1 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.72 |
| <a name="provider_kubectl"></a> [kubectl](#provider\_kubectl) | >= 2.0.3 |
| <a name="provider_random"></a> [random](#provider\_random) | n/a |
| <a name="provider_random"></a> [random](#provider\_random) | >= 3.6.1 |

## Modules

Expand Down
4 changes: 4 additions & 0 deletions modules/eks-monitoring/add-ons/external-secrets/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@ terraform {
source = "alekc/kubectl"
version = ">= 2.0.3"
}
random = {
source = "hashicorp/random"
version = ">= 3.6.1"
}
}
}

0 comments on commit 47378f7

Please sign in to comment.