From e00923cdca925ab7251bbb0c249ac4d25dd71e11 Mon Sep 17 00:00:00 2001 From: adil-sultan <87725682+adil-sultan@users.noreply.github.com> Date: Tue, 9 Jan 2024 08:38:14 -0800 Subject: [PATCH] updating the examples dir --- examples/applicationelb-dashboard/main.tf | 2 +- examples/ec2-dashboard/main.tf | 2 +- examples/rds-dashboard/main.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/applicationelb-dashboard/main.tf b/examples/applicationelb-dashboard/main.tf index 6ccb502..875592a 100644 --- a/examples/applicationelb-dashboard/main.tf +++ b/examples/applicationelb-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/examples/ec2-dashboard/main.tf b/examples/ec2-dashboard/main.tf index 187f11e..51e10d9 100644 --- a/examples/ec2-dashboard/main.tf +++ b/examples/ec2-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/examples/rds-dashboard/main.tf b/examples/rds-dashboard/main.tf index ce14ad4..95a9cb1 100644 --- a/examples/rds-dashboard/main.tf +++ b/examples/rds-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11"