Skip to content

Commit 0abccd6

Browse files
Remove version constraints
1 parent b1c1a8b commit 0abccd6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

test/fixtures/organizational-k8s/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
source = "sysdiglabs/sysdig"
55
}
66
aws = {
7-
source = "hashicorp/aws"
7+
source = "hashicorp/aws"
88
}
99
}
1010
}

test/fixtures/single-account-apprunner/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ terraform {
55
version = ">=0.5.33"
66
}
77
aws = {
8-
source = "hashicorp/aws"
8+
source = "hashicorp/aws"
99
}
1010
}
1111
}

test/fixtures/single-account-ecs/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ terraform {
66
}
77

88
aws = {
9-
source = "hashicorp/aws"
9+
source = "hashicorp/aws"
1010
}
1111
}
1212
}

test/fixtures/single-account-k8s/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
source = "sysdiglabs/sysdig"
55
}
66
aws = {
7-
source = "hashicorp/aws"
7+
source = "hashicorp/aws"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)