Skip to content

Commit d195783

Browse files
vjdhamaclaude
andcommitted
fix: resolve AWS provider version conflicts
Reverted AWS provider version requirement from >= 6.0.0 to >= 5.5.0 to resolve conflicts with infraspecdev/ecs-deployment module that requires ~> 5.0. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 77773a6 commit d195783

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/route-53-record/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 = ">= 6.0.0"
7+
version = ">= 5.5.0"
88
}
99
}
1010
}

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 = ">= 6.0.0"
7+
version = ">= 5.5.0"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)