Skip to content

Commit

Permalink
bump provider to 1.70.10 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
nslaughter authored Mar 24, 2023
1 parent c0d50dd commit 0dd41b1
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion modules/athena-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.70.9"
version = "~> 1.70.10"
}
}
required_version = ">= v1.0.11"
Expand Down
2 changes: 1 addition & 1 deletion modules/certificatemanager-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.70.9"
version = "~> 1.70.10"
}
}
required_version = ">= v1.0.11"
Expand Down
2 changes: 1 addition & 1 deletion modules/elasticmapreduce-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.70.9"
version = "~> 1.70.10"
}
}
required_version = ">= v1.0.11"
Expand Down
2 changes: 1 addition & 1 deletion modules/msk-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.70.9"
version = "~> 1.70.10"
}
}
required_version = ">= v1.0.11"
Expand Down
2 changes: 1 addition & 1 deletion modules/msk-topic-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.70.9"
version = "~> 1.70.10"
}
}
required_version = ">= v1.0.11"
Expand Down
2 changes: 1 addition & 1 deletion modules/networkfirewall-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.70.9"
version = "~> 1.70.10"
}
}
required_version = ">= v1.0.11"
Expand Down
2 changes: 1 addition & 1 deletion modules/redshift-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.70.9"
version = "~> 1.70.10"
}
}
required_version = ">= v1.0.11"
Expand Down
2 changes: 1 addition & 1 deletion modules/ses-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.70.9"
version = "~> 1.70.10"
}
}
required_version = ">= v1.0.11"
Expand Down

0 comments on commit 0dd41b1

Please sign in to comment.