From 2e7dbf3f94e00f21cab7c2d901ac55c08e6dc040 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 20:19:26 +0000 Subject: [PATCH] Update lightstep/lightstep requirement from ~> 1.91.1 to ~> 1.93.0 Updates the requirements on [lightstep/lightstep](https://github.com/lightstep/terraform-provider-lightstep) to permit the latest version. - [Release notes](https://github.com/lightstep/terraform-provider-lightstep/releases) - [Changelog](https://github.com/lightstep/terraform-provider-lightstep/blob/main/.goreleaser.yml) - [Commits](https://github.com/lightstep/terraform-provider-lightstep/compare/v1.91.1...v1.93.0) --- updated-dependencies: - dependency-name: lightstep/lightstep dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- main.tf | 2 +- modules/amplify-dashboard/main.tf | 2 +- modules/apigateway-dashboard/main.tf | 2 +- modules/applicationelb-dashboard/main.tf | 2 +- modules/athena-dashboard/main.tf | 2 +- modules/aurora-dashboard/main.tf | 2 +- modules/autoscaling-dashboard/main.tf | 2 +- modules/backup-dashboard/main.tf | 2 +- modules/certificatemanager-dashboard/main.tf | 2 +- modules/chatbot-dashboard/main.tf | 2 +- modules/chime-dashboard/main.tf | 2 +- modules/cloudfront-dashboard/main.tf | 2 +- modules/cloudhsm-dashboard/main.tf | 2 +- modules/cloudtrail-dashboard/main.tf | 2 +- modules/cognito-dashboard/main.tf | 2 +- modules/dynamodb-dashboard/main.tf | 2 +- modules/ebs-dashboard/main.tf | 2 +- modules/ec2-dashboard/main.tf | 2 +- modules/ecs-dashboard/main.tf | 2 +- modules/efs-dashboard/main.tf | 2 +- modules/eks-node-dashboard/main.tf | 2 +- modules/eks-pod-dashboard/main.tf | 2 +- modules/elasticache-redis-dashboard/main.tf | 2 +- modules/elasticmapreduce-dashboard/main.tf | 2 +- modules/eventbridge-dashboard/main.tf | 2 +- modules/inspector-dashboard/main.tf | 2 +- modules/kinesis-dashboard/main.tf | 2 +- modules/lambda-dashboard/main.tf | 2 +- modules/msk-dashboard/main.tf | 2 +- modules/msk-topic-dashboard/main.tf | 2 +- modules/natgateway-dashboard/main.tf | 2 +- modules/networkfirewall-dashboard/main.tf | 2 +- modules/rds-dashboard/main.tf | 2 +- modules/redshift-dashboard/main.tf | 2 +- modules/route53-dashboard/main.tf | 2 +- modules/s3-dashboard/main.tf | 2 +- modules/ses-dashboard/main.tf | 2 +- modules/sns-dashboard/main.tf | 2 +- modules/sqs-dashboard/main.tf | 2 +- modules/stepfunctions-dashboard/main.tf | 2 +- 40 files changed, 40 insertions(+), 40 deletions(-) diff --git a/main.tf b/main.tf index 916962d..a457619 100644 --- a/main.tf +++ b/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/amplify-dashboard/main.tf b/modules/amplify-dashboard/main.tf index 745eb59..57a62b7 100644 --- a/modules/amplify-dashboard/main.tf +++ b/modules/amplify-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/apigateway-dashboard/main.tf b/modules/apigateway-dashboard/main.tf index 1e4df9a..cb17be8 100644 --- a/modules/apigateway-dashboard/main.tf +++ b/modules/apigateway-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/applicationelb-dashboard/main.tf b/modules/applicationelb-dashboard/main.tf index e5c312c..6da1eb9 100644 --- a/modules/applicationelb-dashboard/main.tf +++ b/modules/applicationelb-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/athena-dashboard/main.tf b/modules/athena-dashboard/main.tf index b91c5e1..f3c891c 100644 --- a/modules/athena-dashboard/main.tf +++ b/modules/athena-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/aurora-dashboard/main.tf b/modules/aurora-dashboard/main.tf index 66f4977..e960f85 100644 --- a/modules/aurora-dashboard/main.tf +++ b/modules/aurora-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/autoscaling-dashboard/main.tf b/modules/autoscaling-dashboard/main.tf index 7f1d76b..4b18781 100644 --- a/modules/autoscaling-dashboard/main.tf +++ b/modules/autoscaling-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/backup-dashboard/main.tf b/modules/backup-dashboard/main.tf index caf8fb2..ddd0167 100644 --- a/modules/backup-dashboard/main.tf +++ b/modules/backup-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/certificatemanager-dashboard/main.tf b/modules/certificatemanager-dashboard/main.tf index 7539d06..7f2740c 100644 --- a/modules/certificatemanager-dashboard/main.tf +++ b/modules/certificatemanager-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/chatbot-dashboard/main.tf b/modules/chatbot-dashboard/main.tf index 2c7bc64..d1c6e62 100644 --- a/modules/chatbot-dashboard/main.tf +++ b/modules/chatbot-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/chime-dashboard/main.tf b/modules/chime-dashboard/main.tf index eb0847e..1dd2bef 100644 --- a/modules/chime-dashboard/main.tf +++ b/modules/chime-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/cloudfront-dashboard/main.tf b/modules/cloudfront-dashboard/main.tf index 18055e1..f89095b 100644 --- a/modules/cloudfront-dashboard/main.tf +++ b/modules/cloudfront-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/cloudhsm-dashboard/main.tf b/modules/cloudhsm-dashboard/main.tf index 84647fa..be5840e 100644 --- a/modules/cloudhsm-dashboard/main.tf +++ b/modules/cloudhsm-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/cloudtrail-dashboard/main.tf b/modules/cloudtrail-dashboard/main.tf index b4b6fe3..41e447e 100644 --- a/modules/cloudtrail-dashboard/main.tf +++ b/modules/cloudtrail-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/cognito-dashboard/main.tf b/modules/cognito-dashboard/main.tf index 6dfcaf6..e96d1f8 100644 --- a/modules/cognito-dashboard/main.tf +++ b/modules/cognito-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/dynamodb-dashboard/main.tf b/modules/dynamodb-dashboard/main.tf index 4099cfe..5a46577 100644 --- a/modules/dynamodb-dashboard/main.tf +++ b/modules/dynamodb-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/ebs-dashboard/main.tf b/modules/ebs-dashboard/main.tf index 5271e14..715676f 100644 --- a/modules/ebs-dashboard/main.tf +++ b/modules/ebs-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/ec2-dashboard/main.tf b/modules/ec2-dashboard/main.tf index 34870a7..328cbd2 100644 --- a/modules/ec2-dashboard/main.tf +++ b/modules/ec2-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/ecs-dashboard/main.tf b/modules/ecs-dashboard/main.tf index edf7806..f387b25 100644 --- a/modules/ecs-dashboard/main.tf +++ b/modules/ecs-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/efs-dashboard/main.tf b/modules/efs-dashboard/main.tf index 5d95c84..6d7a08a 100644 --- a/modules/efs-dashboard/main.tf +++ b/modules/efs-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/eks-node-dashboard/main.tf b/modules/eks-node-dashboard/main.tf index 27e2a65..ac710ce 100644 --- a/modules/eks-node-dashboard/main.tf +++ b/modules/eks-node-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/eks-pod-dashboard/main.tf b/modules/eks-pod-dashboard/main.tf index b1ed157..67af9e6 100644 --- a/modules/eks-pod-dashboard/main.tf +++ b/modules/eks-pod-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/elasticache-redis-dashboard/main.tf b/modules/elasticache-redis-dashboard/main.tf index 580b526..378cdcd 100644 --- a/modules/elasticache-redis-dashboard/main.tf +++ b/modules/elasticache-redis-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/elasticmapreduce-dashboard/main.tf b/modules/elasticmapreduce-dashboard/main.tf index 5bbde20..e10e664 100644 --- a/modules/elasticmapreduce-dashboard/main.tf +++ b/modules/elasticmapreduce-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/eventbridge-dashboard/main.tf b/modules/eventbridge-dashboard/main.tf index 9da2844..1b0c7f1 100644 --- a/modules/eventbridge-dashboard/main.tf +++ b/modules/eventbridge-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/inspector-dashboard/main.tf b/modules/inspector-dashboard/main.tf index 1ecb67b..ee2bda2 100644 --- a/modules/inspector-dashboard/main.tf +++ b/modules/inspector-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/kinesis-dashboard/main.tf b/modules/kinesis-dashboard/main.tf index 59d0031..bd345d8 100644 --- a/modules/kinesis-dashboard/main.tf +++ b/modules/kinesis-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/lambda-dashboard/main.tf b/modules/lambda-dashboard/main.tf index 88f6d2f..7f4028e 100644 --- a/modules/lambda-dashboard/main.tf +++ b/modules/lambda-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/msk-dashboard/main.tf b/modules/msk-dashboard/main.tf index 7785791..9ac0a13 100644 --- a/modules/msk-dashboard/main.tf +++ b/modules/msk-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/msk-topic-dashboard/main.tf b/modules/msk-topic-dashboard/main.tf index 04399ba..a0ab317 100644 --- a/modules/msk-topic-dashboard/main.tf +++ b/modules/msk-topic-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/natgateway-dashboard/main.tf b/modules/natgateway-dashboard/main.tf index 130fcb8..86d4c0e 100644 --- a/modules/natgateway-dashboard/main.tf +++ b/modules/natgateway-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/networkfirewall-dashboard/main.tf b/modules/networkfirewall-dashboard/main.tf index d75eb5d..dace4ca 100644 --- a/modules/networkfirewall-dashboard/main.tf +++ b/modules/networkfirewall-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/rds-dashboard/main.tf b/modules/rds-dashboard/main.tf index ad05cf9..2891533 100644 --- a/modules/rds-dashboard/main.tf +++ b/modules/rds-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/redshift-dashboard/main.tf b/modules/redshift-dashboard/main.tf index decc5ef..9578295 100644 --- a/modules/redshift-dashboard/main.tf +++ b/modules/redshift-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/route53-dashboard/main.tf b/modules/route53-dashboard/main.tf index d23a9db..02a87cd 100644 --- a/modules/route53-dashboard/main.tf +++ b/modules/route53-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/s3-dashboard/main.tf b/modules/s3-dashboard/main.tf index 8acaa01..bcb956d 100644 --- a/modules/s3-dashboard/main.tf +++ b/modules/s3-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/ses-dashboard/main.tf b/modules/ses-dashboard/main.tf index bb9af37..3a94415 100644 --- a/modules/ses-dashboard/main.tf +++ b/modules/ses-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/sns-dashboard/main.tf b/modules/sns-dashboard/main.tf index 453de97..3785e51 100644 --- a/modules/sns-dashboard/main.tf +++ b/modules/sns-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/sqs-dashboard/main.tf b/modules/sqs-dashboard/main.tf index 16724d9..57fead6 100644 --- a/modules/sqs-dashboard/main.tf +++ b/modules/sqs-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11" diff --git a/modules/stepfunctions-dashboard/main.tf b/modules/stepfunctions-dashboard/main.tf index 6503634..93964cd 100644 --- a/modules/stepfunctions-dashboard/main.tf +++ b/modules/stepfunctions-dashboard/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { lightstep = { source = "lightstep/lightstep" - version = "~> 1.91.1" + version = "~> 1.93.0" } } required_version = ">= v1.0.11"