Skip to content

Commit

Permalink
pre-commit fixs
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolagospagopa committed Aug 11, 2023
1 parent 3fce87e commit fe9a028
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/elk-monitoring/05_elastic_stack.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ resource "kubernetes_secret" "snapshot_secret" {
}

module "elastic_stack" {
source = "git::https://github.com/pagopa/terraform-azurerm-v3.git//elastic_stack?ref=elk-sync-with-v2"
source = "git::https://github.com/pagopa/terraform-azurerm-v3.git//elastic_stack?ref=v7.2.0"

eck_version = "2.9"
namespace = local.elk_namespace
nodeset_config = var.nodeset_config

Expand Down
2 changes: 1 addition & 1 deletion src/elk-monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
| Name | Source | Version |
|------|--------|---------|
| <a name="module_cert_mounter"></a> [cert\_mounter](#module\_cert\_mounter) | git::https://github.com/pagopa/terraform-azurerm-v3.git//cert_mounter | v6.20.1 |
| <a name="module_elastic_stack"></a> [elastic\_stack](#module\_elastic\_stack) | git::https://github.com/pagopa/terraform-azurerm-v3.git//elastic_stack | elk-sync-with-v2 |
| <a name="module_elastic_stack"></a> [elastic\_stack](#module\_elastic\_stack) | git::https://github.com/pagopa/terraform-azurerm-v3.git//elastic_stack | v7.2.0 |
| <a name="module_key_vault"></a> [key\_vault](#module\_key\_vault) | git::https://github.com/pagopa/terraform-azurerm-v3.git//key_vault | v6.20.2 |
| <a name="module_letsencrypt_dev_elk"></a> [letsencrypt\_dev\_elk](#module\_letsencrypt\_dev\_elk) | git::https://github.com/pagopa/azurerm.git//letsencrypt_credential | v3.8.1 |
| <a name="module_nginx_ingress"></a> [nginx\_ingress](#module\_nginx\_ingress) | terraform-module/release/helm | 2.8.0 |
Expand Down

0 comments on commit fe9a028

Please sign in to comment.