Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jaygridley committed Mar 15, 2024
1 parent 2f39821 commit d4156cd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/template-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ jobs:
source_repo_path: lablabs/terraform-aws-eks-universal-addon
upstream_branch: main
pr_labels: kind/sync
is_pr_cleanup: true
pr_branch_name_prefix: "feat/universal-addon-sync"
pr_title: "feat(sync): sync universal-addon changes"
pr_commit_msg: "feat(sync): sync universal-addon changes"
9 changes: 0 additions & 9 deletions .templatesyncignore

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ See [Basic example](examples/basic/README.md) for further information.
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 5.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 5 |
| <a name="requirement_helm"></a> [helm](#requirement\_helm) | >= 2.6.0 |
| <a name="requirement_kubernetes"></a> [kubernetes](#requirement\_kubernetes) | >= 2.20.0 |
| <a name="requirement_utils"></a> [utils](#requirement\_utils) | >= 0.17.0 |
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.0"
version = "~> 5"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down

0 comments on commit d4156cd

Please sign in to comment.