Skip to content

Commit

Permalink
fix(deps): update patch-grouped (#225)
Browse files Browse the repository at this point in the history
* fix(deps): update patch-grouped

| datasource      | package                                         | from     | to       |
| --------------- | ----------------------------------------------- | -------- | -------- |
| github-tags     | antonbabenko/pre-commit-terraform               | v1.97.1  | v1.97.3  |
| github-tags     | camunda/camunda-tf-eks-module                   | 3.1.1    | 3.1.3    |
| github-tags     | camunda/infraex-common-config                   | 1.2.15   | 1.2.19   |
| github-tags     | camunda/infraex-common-config                   | 1.2.17   | 1.2.19   |
| github-tags     | camunda/infraex-common-config                   | 1.2.16   | 1.2.19   |
| go              | github.com/aws/aws-sdk-go-v2                    | v1.36.0  | v1.36.1  |
| go              | github.com/aws/aws-sdk-go-v2/config             | v1.29.4  | v1.29.6  |
| go              | github.com/aws/aws-sdk-go-v2/service/kms        | v1.37.16 | v1.37.18 |
| go              | github.com/aws/aws-sdk-go-v2/service/opensearch | v1.45.9  | v1.45.11 |
| go              | github.com/aws/aws-sdk-go-v2/service/rds        | v1.93.10 | v1.93.12 |
| go              | github.com/aws/aws-sdk-go-v2/service/sts        | v1.33.12 | v1.33.14 |
| go              | github.com/gruntwork-io/terratest               | v0.48.1  | v0.48.2  |
| github-tags     | golang/go                                       | 1.23.5   | 1.23.6   |
| go              | sigs.k8s.io/aws-iam-authenticator               | v0.6.29  | v0.6.30  |
| github-releases | aquasecurity/trivy                              | 0.59.0   | 0.59.1   |

* chore: update files from pre-commit run

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: infraex-misc[bot] <158277198+infraex-misc[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and infraex-misc[bot] authored Feb 8, 2025
1 parent 3d6b875 commit 03be474
Show file tree
Hide file tree
Showing 32 changed files with 164 additions and 85 deletions.
2 changes: 1 addition & 1 deletion .github/actions/aurora-manage-cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ runs:
id: utility
# see https://github.com/orgs/community/discussions/41927 it's not possible to optimize this yet
# steps.uses cannot access the github context.
uses: camunda/camunda-tf-eks-module/.github/actions/utility-action@fad51573eb6359ed40841ce6fd8b43f50bd0c00e # 3.1.1
uses: camunda/camunda-tf-eks-module/.github/actions/utility-action@3d6b87546fe8ad01cd0cfd916dcc2326d04bae6c # 3.1.3
with:
awscli-version: ${{ inputs.awscli-version }}
terraform-version: ${{ inputs.terraform-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/eks-manage-cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ runs:
# see https://github.com/orgs/community/discussions/41927 it's not possible to optimize this yet
# steps.uses cannot access the github context.
# uses: ${{ github.action_repository }}/utility-action@${{ github.action_ref }}
uses: camunda/camunda-tf-eks-module/.github/actions/utility-action@fad51573eb6359ed40841ce6fd8b43f50bd0c00e # 3.1.1
uses: camunda/camunda-tf-eks-module/.github/actions/utility-action@3d6b87546fe8ad01cd0cfd916dcc2326d04bae6c # 3.1.3
with:
awscli-version: ${{ inputs.awscli-version }}
terraform-version: ${{ inputs.terraform-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/opensearch-manage-cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ runs:
steps:
- name: Use Utility Actions
id: utility
uses: camunda/camunda-tf-eks-module/.github/actions/utility-action@fad51573eb6359ed40841ce6fd8b43f50bd0c00e # 3.1.1
uses: camunda/camunda-tf-eks-module/.github/actions/utility-action@3d6b87546fe8ad01cd0cfd916dcc2326d04bae6c # 3.1.3
with:
awscli-version: ${{ inputs.awscli-version }}
terraform-version: ${{ inputs.tf-terraform-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/daily-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fetch-depth: 0

- name: Install asdf tools with cache
uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@d97ec3138367714e8ecf8d925c0b5287450b6b47 # 1.2.17
uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@e9a9f33ab193348a82a79bd9250fdf12f708390a # 1.2.19

- name: Use repo .tool-version as global version
run: cp .tool-versions ~/.tool-versions
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Notify in Slack in case of failure
id: slack-notification
if: failure() && github.event_name == 'schedule' && steps.retry-delete-orphaned-resources.outcome == 'failure'
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@ca5f4c53e82d4787cec72d6f3a177abaa59423b0 # 1.2.15
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@e9a9f33ab193348a82a79bd9250fdf12f708390a # 1.2.19
with:
vault_addr: ${{ secrets.VAULT_ADDR }}
vault_role_id: ${{ secrets.VAULT_ROLE_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Notify in Slack in case of failure
id: slack-notification
if: failure() && github.event_name == 'schedule'
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@ca5f4c53e82d4787cec72d6f3a177abaa59423b0 # 1.2.15
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@e9a9f33ab193348a82a79bd9250fdf12f708390a # 1.2.19
with:
vault_addr: ${{ secrets.VAULT_ADDR }}
vault_role_id: ${{ secrets.VAULT_ROLE_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Notify in Slack in case of failure
id: slack-notification
if: failure() && github.event_name == 'schedule'
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@ca5f4c53e82d4787cec72d6f3a177abaa59423b0 # 1.2.15
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@e9a9f33ab193348a82a79bd9250fdf12f708390a # 1.2.19
with:
vault_addr: ${{ secrets.VAULT_ADDR }}
vault_role_id: ${{ secrets.VAULT_ROLE_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ on:

jobs:
lint:
uses: camunda/infraex-common-config/.github/workflows/lint-global.yml@3b329de512b6e0d86345426754f63abc6c258066 # 1.2.16
uses: camunda/infraex-common-config/.github/workflows/lint-global.yml@e9a9f33ab193348a82a79bd9250fdf12f708390a # 1.2.19
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/renovate-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ concurrency:

jobs:
renovate-automerge:
uses: camunda/infraex-common-config/.github/workflows/automerge-global.yml@ca5f4c53e82d4787cec72d6f3a177abaa59423b0 # 1.2.15
uses: camunda/infraex-common-config/.github/workflows/automerge-global.yml@e9a9f33ab193348a82a79bd9250fdf12f708390a # 1.2.19
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/test-gha-eks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
fetch-depth: 0

- name: Install asdf tools with cache
uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@d97ec3138367714e8ecf8d925c0b5287450b6b47 # 1.2.17
uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@e9a9f33ab193348a82a79bd9250fdf12f708390a # 1.2.19

- name: Get Cluster Info
id: commit_info
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
- name: Notify in Slack in case of failure
id: slack-notification
if: failure() && github.event_name == 'schedule'
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@ca5f4c53e82d4787cec72d6f3a177abaa59423b0 # 1.2.15
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@e9a9f33ab193348a82a79bd9250fdf12f708390a # 1.2.19
with:
vault_addr: ${{ secrets.VAULT_ADDR }}
vault_role_id: ${{ secrets.VAULT_ROLE_ID }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: Install asdf tools with cache
uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@d97ec3138367714e8ecf8d925c0b5287450b6b47 # 1.2.17
uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@e9a9f33ab193348a82a79bd9250fdf12f708390a # 1.2.19

- name: Import Secrets
id: secrets
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
fetch-depth: 0

- name: Install asdf tools with cache
uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@d97ec3138367714e8ecf8d925c0b5287450b6b47 # 1.2.17
uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@e9a9f33ab193348a82a79bd9250fdf12f708390a # 1.2.19

- name: Import Secrets
id: secrets
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
- name: Notify in Slack in case of failure
id: slack-notification
if: github.event_name == 'schedule'
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@ca5f4c53e82d4787cec72d6f3a177abaa59423b0 # 1.2.15
uses: camunda/infraex-common-config/.github/actions/report-failure-on-slack@e9a9f33ab193348a82a79bd9250fdf12f708390a # 1.2.19
with:
vault_addr: ${{ secrets.VAULT_ADDR }}
vault_role_id: ${{ secrets.VAULT_ROLE_ID }}
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/camunda/infraex-common-config
rev: 1.2.15 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567
rev: 1.2.19 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567
hooks:
- id: update-action-readmes-docker

Expand Down Expand Up @@ -41,7 +41,7 @@ repos:
args: [--strict, --force-scope]

- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.97.1
rev: v1.97.3
hooks:
- id: terraform_fmt
- id: terraform_tflint
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ awscli 2.23.11
# renovate: datasource=github-tags depName=eksctl-io/eksctl
eksctl 0.203.0

golang 1.23.5
golang 1.23.6

jq 1.7.1

Expand All @@ -36,4 +36,4 @@ tflint 0.55.1

tfsec 1.28.13

trivy 0.59.0
trivy 0.59.1
1 change: 1 addition & 0 deletions asdf.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c14b8f7fa923c4638c74102c15439580
Binary file added asdf.tar.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions examples/camunda-8.6-irsa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Instructions can be found on the official documentation: https://docs.camunda.io

| Name | Source | Version |
|------|--------|---------|
| <a name="module_eks_cluster"></a> [eks\_cluster](#module\_eks\_cluster) | git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster | 3.1.1 |
| <a name="module_opensearch_domain"></a> [opensearch\_domain](#module\_opensearch\_domain) | git::https://github.com/camunda/camunda-tf-eks-module//modules/opensearch | 3.1.1 |
| <a name="module_postgresql"></a> [postgresql](#module\_postgresql) | git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora | 3.1.1 |
| <a name="module_eks_cluster"></a> [eks\_cluster](#module\_eks\_cluster) | git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster | 3.1.3 |
| <a name="module_opensearch_domain"></a> [opensearch\_domain](#module\_opensearch\_domain) | git::https://github.com/camunda/camunda-tf-eks-module//modules/opensearch | 3.1.3 |
| <a name="module_postgresql"></a> [postgresql](#module\_postgresql) | git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora | 3.1.3 |
## Resources

No resources.
Expand Down
2 changes: 1 addition & 1 deletion examples/camunda-8.6-irsa/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locals {
}

module "eks_cluster" {
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster?ref=3.1.1"
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster?ref=3.1.3"

name = local.eks_cluster_name
region = local.eks_cluster_region
Expand Down
2 changes: 1 addition & 1 deletion examples/camunda-8.6-irsa/db.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ locals {
}

module "postgresql" {
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora?ref=3.1.1"
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora?ref=3.1.3"
engine_version = "15.8"
auto_minor_version_upgrade = false
cluster_name = local.aurora_cluster_name
Expand Down
2 changes: 1 addition & 1 deletion examples/camunda-8.6-irsa/opensearch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ locals {
}

module "opensearch_domain" {
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/opensearch?ref=3.1.1"
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/opensearch?ref=3.1.3"
domain_name = local.opensearch_domain_name
engine_version = "2.15"

Expand Down
6 changes: 3 additions & 3 deletions examples/camunda-8.6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Instructions can be found on the official documentation: https://docs.camunda.io

| Name | Source | Version |
|------|--------|---------|
| <a name="module_eks_cluster"></a> [eks\_cluster](#module\_eks\_cluster) | git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster | 3.1.1 |
| <a name="module_opensearch_domain"></a> [opensearch\_domain](#module\_opensearch\_domain) | git::https://github.com/camunda/camunda-tf-eks-module//modules/opensearch | 3.1.1 |
| <a name="module_postgresql"></a> [postgresql](#module\_postgresql) | git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora | 3.1.1 |
| <a name="module_eks_cluster"></a> [eks\_cluster](#module\_eks\_cluster) | git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster | 3.1.3 |
| <a name="module_opensearch_domain"></a> [opensearch\_domain](#module\_opensearch\_domain) | git::https://github.com/camunda/camunda-tf-eks-module//modules/opensearch | 3.1.3 |
| <a name="module_postgresql"></a> [postgresql](#module\_postgresql) | git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora | 3.1.3 |
## Resources

No resources.
Expand Down
2 changes: 1 addition & 1 deletion examples/camunda-8.6/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locals {
}

module "eks_cluster" {
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster?ref=3.1.1"
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster?ref=3.1.3"

name = local.eks_cluster_name
region = local.eks_cluster_region
Expand Down
2 changes: 1 addition & 1 deletion examples/camunda-8.6/db.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ locals {
}

module "postgresql" {
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora?ref=3.1.1"
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora?ref=3.1.3"
engine_version = "15.8"
auto_minor_version_upgrade = false
cluster_name = local.aurora_cluster_name
Expand Down
2 changes: 1 addition & 1 deletion examples/camunda-8.6/opensearch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
}

module "opensearch_domain" {
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/opensearch?ref=3.1.1"
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/opensearch?ref=3.1.3"
domain_name = local.opensearch_domain_name
engine_version = "2.15"

Expand Down
6 changes: 3 additions & 3 deletions examples/camunda-8.7-irsa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Instructions can be found on the official documentation: https://docs.camunda.io

| Name | Source | Version |
|------|--------|---------|
| <a name="module_eks_cluster"></a> [eks\_cluster](#module\_eks\_cluster) | git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster | 3.1.1 |
| <a name="module_opensearch_domain"></a> [opensearch\_domain](#module\_opensearch\_domain) | git::https://github.com/camunda/camunda-tf-eks-module//modules/opensearch | 3.1.1 |
| <a name="module_postgresql"></a> [postgresql](#module\_postgresql) | git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora | 3.1.1 |
| <a name="module_eks_cluster"></a> [eks\_cluster](#module\_eks\_cluster) | git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster | 3.1.3 |
| <a name="module_opensearch_domain"></a> [opensearch\_domain](#module\_opensearch\_domain) | git::https://github.com/camunda/camunda-tf-eks-module//modules/opensearch | 3.1.3 |
| <a name="module_postgresql"></a> [postgresql](#module\_postgresql) | git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora | 3.1.3 |
## Resources

No resources.
Expand Down
2 changes: 1 addition & 1 deletion examples/camunda-8.7-irsa/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locals {
}

module "eks_cluster" {
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster?ref=3.1.1"
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster?ref=3.1.3"

name = local.eks_cluster_name
region = local.eks_cluster_region
Expand Down
2 changes: 1 addition & 1 deletion examples/camunda-8.7-irsa/db.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ locals {
}

module "postgresql" {
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora?ref=3.1.1"
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora?ref=3.1.3"
engine_version = "15.8"
auto_minor_version_upgrade = false
cluster_name = local.aurora_cluster_name
Expand Down
2 changes: 1 addition & 1 deletion examples/camunda-8.7-irsa/opensearch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ locals {
}

module "opensearch_domain" {
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/opensearch?ref=3.1.1"
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/opensearch?ref=3.1.3"
domain_name = local.opensearch_domain_name
engine_version = "2.15"

Expand Down
6 changes: 3 additions & 3 deletions examples/camunda-8.7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Instructions can be found on the official documentation: https://docs.camunda.io

| Name | Source | Version |
|------|--------|---------|
| <a name="module_eks_cluster"></a> [eks\_cluster](#module\_eks\_cluster) | git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster | 3.1.1 |
| <a name="module_opensearch_domain"></a> [opensearch\_domain](#module\_opensearch\_domain) | git::https://github.com/camunda/camunda-tf-eks-module//modules/opensearch | 3.1.1 |
| <a name="module_postgresql"></a> [postgresql](#module\_postgresql) | git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora | 3.1.1 |
| <a name="module_eks_cluster"></a> [eks\_cluster](#module\_eks\_cluster) | git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster | 3.1.3 |
| <a name="module_opensearch_domain"></a> [opensearch\_domain](#module\_opensearch\_domain) | git::https://github.com/camunda/camunda-tf-eks-module//modules/opensearch | 3.1.3 |
| <a name="module_postgresql"></a> [postgresql](#module\_postgresql) | git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora | 3.1.3 |
## Resources

No resources.
Expand Down
2 changes: 1 addition & 1 deletion examples/camunda-8.7/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locals {
}

module "eks_cluster" {
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster?ref=3.1.1"
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/eks-cluster?ref=3.1.3"

name = local.eks_cluster_name
region = local.eks_cluster_region
Expand Down
2 changes: 1 addition & 1 deletion examples/camunda-8.7/db.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ locals {
}

module "postgresql" {
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora?ref=3.1.1"
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/aurora?ref=3.1.3"
engine_version = "15.8"
auto_minor_version_upgrade = false
cluster_name = local.aurora_cluster_name
Expand Down
2 changes: 1 addition & 1 deletion examples/camunda-8.7/opensearch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
}

module "opensearch_domain" {
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/opensearch?ref=3.1.1"
source = "git::https://github.com/camunda/camunda-tf-eks-module//modules/opensearch?ref=3.1.3"
domain_name = local.opensearch_domain_name
engine_version = "2.15"

Expand Down
Loading

0 comments on commit 03be474

Please sign in to comment.