aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.terraform/1n_nmd/vpp_device
diff options
context:
space:
mode:
Diffstat (limited to 'fdio.infra.terraform/1n_nmd/vpp_device')
-rw-r--r--fdio.infra.terraform/1n_nmd/vpp_device/versions.tf (renamed from fdio.infra.terraform/1n_nmd/vpp_device/providers.tf)4
1 files changed, 2 insertions, 2 deletions
diff --git a/fdio.infra.terraform/1n_nmd/vpp_device/providers.tf b/fdio.infra.terraform/1n_nmd/vpp_device/versions.tf
index 1399201d21..b80610a525 100644
--- a/fdio.infra.terraform/1n_nmd/vpp_device/providers.tf
+++ b/fdio.infra.terraform/1n_nmd/vpp_device/versions.tf
@@ -2,11 +2,11 @@ terraform {
required_providers {
nomad = {
source = "hashicorp/nomad"
- version = "~> 1.4.9"
+ version = "~> 1.4.15"
}
template = {
source = "hashicorp/template"
- version = "~> 2.1.2"
+ version = "~> 2.2.0"
}
}
required_version = ">= 1.0.3"