Skip to content

Commit

Permalink
updating the examples dir
Browse files Browse the repository at this point in the history
  • Loading branch information
adil-sultan committed Jan 9, 2024
1 parent 11eeae2 commit e00923c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/applicationelb-dashboard/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
lightstep = {
source = "lightstep/lightstep"
version = "~> 1.84.2"
version = "~> 1.86.0"
}
}
required_version = ">= v1.0.11"
Expand Down
2 changes: 1 addition & 1 deletion examples/ec2-dashboard/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
lightstep = {
source = "lightstep/lightstep"
version = "~> 1.84.2"
version = "~> 1.86.0"
}
}
required_version = ">= v1.0.11"
Expand Down
2 changes: 1 addition & 1 deletion examples/rds-dashboard/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
lightstep = {
source = "lightstep/lightstep"
version = "~> 1.84.2"
version = "~> 1.86.0"
}
}
required_version = ">= v1.0.11"
Expand Down

0 comments on commit e00923c

Please sign in to comment.