From 2e1a1f481f73fac6da2a17d61b6c0aa18d0272c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 22:37:59 +0000 Subject: [PATCH] Update lightstep/lightstep requirement from ~> 1.84.2 to ~> 1.86.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.84.2...v1.86.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 ea3c425..f120b27 100644 --- a/main.tf +++ b/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/modules/amplify-dashboard/main.tf b/modules/amplify-dashboard/main.tf index 9f95e2a..ab7c0f2 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/apigateway-dashboard/main.tf b/modules/apigateway-dashboard/main.tf index 7871ff2..be0fba4 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/applicationelb-dashboard/main.tf b/modules/applicationelb-dashboard/main.tf index 11f2322..6b07240 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/athena-dashboard/main.tf b/modules/athena-dashboard/main.tf index 10dbc00..c6d7b68 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/aurora-dashboard/main.tf b/modules/aurora-dashboard/main.tf index f16f9f5..f627875 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/autoscaling-dashboard/main.tf b/modules/autoscaling-dashboard/main.tf index 3ca6bd2..2f1e72a 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/backup-dashboard/main.tf b/modules/backup-dashboard/main.tf index 444f513..7cf4790 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/certificatemanager-dashboard/main.tf b/modules/certificatemanager-dashboard/main.tf index dcac175..5d5c5e4 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/chatbot-dashboard/main.tf b/modules/chatbot-dashboard/main.tf index 6b1ff1a..449209e 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/chime-dashboard/main.tf b/modules/chime-dashboard/main.tf index 27e5c31..72979a4 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/cloudfront-dashboard/main.tf b/modules/cloudfront-dashboard/main.tf index 97b70d6..dae9b30 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/cloudhsm-dashboard/main.tf b/modules/cloudhsm-dashboard/main.tf index 9194724..750bb3c 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/cloudtrail-dashboard/main.tf b/modules/cloudtrail-dashboard/main.tf index b5279ed..c9802f7 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/cognito-dashboard/main.tf b/modules/cognito-dashboard/main.tf index d5d519b..ec73e8c 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/dynamodb-dashboard/main.tf b/modules/dynamodb-dashboard/main.tf index 9df718e..edbbca5 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/ebs-dashboard/main.tf b/modules/ebs-dashboard/main.tf index 361e807..cec0231 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/ec2-dashboard/main.tf b/modules/ec2-dashboard/main.tf index 3f02261..7b80aaa 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/ecs-dashboard/main.tf b/modules/ecs-dashboard/main.tf index b28165e..f02e6ec 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/efs-dashboard/main.tf b/modules/efs-dashboard/main.tf index 3ac679a..bcf4ab9 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/eks-node-dashboard/main.tf b/modules/eks-node-dashboard/main.tf index 6cafecf..58200c8 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/eks-pod-dashboard/main.tf b/modules/eks-pod-dashboard/main.tf index 95e7667..a1b2898 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/elasticache-redis-dashboard/main.tf b/modules/elasticache-redis-dashboard/main.tf index 1f86514..bffcbc6 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/elasticmapreduce-dashboard/main.tf b/modules/elasticmapreduce-dashboard/main.tf index 6c3cfe5..4671cff 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/eventbridge-dashboard/main.tf b/modules/eventbridge-dashboard/main.tf index 32a6155..ea514a2 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/inspector-dashboard/main.tf b/modules/inspector-dashboard/main.tf index 5e583a8..e3338c0 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/kinesis-dashboard/main.tf b/modules/kinesis-dashboard/main.tf index abd86fe..aa45547 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/lambda-dashboard/main.tf b/modules/lambda-dashboard/main.tf index 0fb2de0..549b10a 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/msk-dashboard/main.tf b/modules/msk-dashboard/main.tf index 848db79..19e3021 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/msk-topic-dashboard/main.tf b/modules/msk-topic-dashboard/main.tf index 8b32009..1c65fa5 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/natgateway-dashboard/main.tf b/modules/natgateway-dashboard/main.tf index ac97af0..eb7ac83 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/networkfirewall-dashboard/main.tf b/modules/networkfirewall-dashboard/main.tf index fd2db50..1b8f070 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/rds-dashboard/main.tf b/modules/rds-dashboard/main.tf index 9f24810..5a709fe 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/redshift-dashboard/main.tf b/modules/redshift-dashboard/main.tf index 0a65602..fa13d03 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/route53-dashboard/main.tf b/modules/route53-dashboard/main.tf index 1ef665b..9ef4727 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/s3-dashboard/main.tf b/modules/s3-dashboard/main.tf index 6441362..ea4e7dc 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/ses-dashboard/main.tf b/modules/ses-dashboard/main.tf index b4231d2..7bc6df6 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/sns-dashboard/main.tf b/modules/sns-dashboard/main.tf index 6cd525f..e55cc17 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/sqs-dashboard/main.tf b/modules/sqs-dashboard/main.tf index 099d5ba..cc6c16a 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11" diff --git a/modules/stepfunctions-dashboard/main.tf b/modules/stepfunctions-dashboard/main.tf index 62b92cf..3546e97 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.84.2" + version = "~> 1.86.0" } } required_version = ">= v1.0.11"