Skip to content

Commit e6c8ce9

Browse files
chore(deps): update terraform aws to v6
1 parent a1a479d commit e6c8ce9

File tree

2 files changed

+2
-2
lines changed
  • testdata/config/terraform

2 files changed

+2
-2
lines changed

testdata/config/terraform/with_detections/main.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 = "~> 5.94.0"
7+
version = "~> 6.8.0"
88
}
99

1010
azurerm = {

testdata/config/terraform/without_detections/main.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 = "~> 5.94.0"
7+
version = "~> 6.8.0"
88
}
99

1010
azurerm = {

0 commit comments

Comments
 (0)