Skip to content

Commit 60620d6

Browse files
wavemoranclaudeRoseSecuritygoruha
authored
chore: remove aws provider v6 upper bound (#103)
* chore: remove aws provider v6 upper bound Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Update versions.tf * Update Datadog credentials module version --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: RoseSecurity <72598486+RoseSecurity@users.noreply.github.com> Co-authored-by: Igor Rodionov <496956+goruha@users.noreply.github.com>
1 parent 239c27d commit 60620d6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/provider-datadog.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "datadog_configuration" {
2-
source = "github.com/cloudposse-terraform-components/aws-datadog-credentials//src/modules/datadog_keys?ref=v1.535.13"
2+
source = "github.com/cloudposse-terraform-components/aws-datadog-credentials//src/modules/datadog_keys?ref=v2.0.0"
33
enabled = true
44
context = module.this.context
55
global_environment_name = var.datadog_configuration_environment

src/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = ">= 4.0, < 6.0.0"
7+
version = ">= 6.0"
88
}
99
datadog = {
1010
source = "datadog/datadog"

0 commit comments

Comments
 (0)