diff --git a/infrastructure/altinn-portaler-prod/infoportal-elasticsearch-prod/providers.tf b/infrastructure/altinn-portaler-prod/infoportal-elasticsearch-prod/providers.tf index 2dd21765..55e88b66 100644 --- a/infrastructure/altinn-portaler-prod/infoportal-elasticsearch-prod/providers.tf +++ b/infrastructure/altinn-portaler-prod/infoportal-elasticsearch-prod/providers.tf @@ -4,7 +4,7 @@ terraform { required_providers { ec = { source = "elastic/ec" - version = "~> 0.12.5" + version = "~> 0.13.0" } azurerm = { source = "hashicorp/azurerm" diff --git a/infrastructure/altinn-portaler-test/infoportal-elasticsearch-at22/providers.tf b/infrastructure/altinn-portaler-test/infoportal-elasticsearch-at22/providers.tf index 2dd21765..55e88b66 100644 --- a/infrastructure/altinn-portaler-test/infoportal-elasticsearch-at22/providers.tf +++ b/infrastructure/altinn-portaler-test/infoportal-elasticsearch-at22/providers.tf @@ -4,7 +4,7 @@ terraform { required_providers { ec = { source = "elastic/ec" - version = "~> 0.12.5" + version = "~> 0.13.0" } azurerm = { source = "hashicorp/azurerm" diff --git a/infrastructure/altinn-portaler-test/infoportal-elasticsearch-test/providers.tf b/infrastructure/altinn-portaler-test/infoportal-elasticsearch-test/providers.tf index 2dd21765..55e88b66 100644 --- a/infrastructure/altinn-portaler-test/infoportal-elasticsearch-test/providers.tf +++ b/infrastructure/altinn-portaler-test/infoportal-elasticsearch-test/providers.tf @@ -4,7 +4,7 @@ terraform { required_providers { ec = { source = "elastic/ec" - version = "~> 0.12.5" + version = "~> 0.13.0" } azurerm = { source = "hashicorp/azurerm" diff --git a/infrastructure/altinn-portaler-test/kinorgeportal-elasticsearch-tt02/providers.tf b/infrastructure/altinn-portaler-test/kinorgeportal-elasticsearch-tt02/providers.tf index 2dd21765..55e88b66 100644 --- a/infrastructure/altinn-portaler-test/kinorgeportal-elasticsearch-tt02/providers.tf +++ b/infrastructure/altinn-portaler-test/kinorgeportal-elasticsearch-tt02/providers.tf @@ -4,7 +4,7 @@ terraform { required_providers { ec = { source = "elastic/ec" - version = "~> 0.12.5" + version = "~> 0.13.0" } azurerm = { source = "hashicorp/azurerm" diff --git a/infrastructure/elastic-cloud-org/providers.tf b/infrastructure/elastic-cloud-org/providers.tf index c8177a6b..adbeb2a6 100644 --- a/infrastructure/elastic-cloud-org/providers.tf +++ b/infrastructure/elastic-cloud-org/providers.tf @@ -4,7 +4,7 @@ terraform { required_providers { ec = { source = "elastic/ec" - version = "~> 0.12.5" + version = "~> 0.13.0" } }