Skip to content

Commit

Permalink
Remove version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
nkraemer-sysdig committed Oct 10, 2024
1 parent b1c1a8b commit 0abccd6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/organizational-k8s/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
source = "sysdiglabs/sysdig"
}
aws = {
source = "hashicorp/aws"
source = "hashicorp/aws"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/single-account-apprunner/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
version = ">=0.5.33"
}
aws = {
source = "hashicorp/aws"
source = "hashicorp/aws"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/single-account-ecs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}

aws = {
source = "hashicorp/aws"
source = "hashicorp/aws"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/single-account-k8s/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
source = "sysdiglabs/sysdig"
}
aws = {
source = "hashicorp/aws"
source = "hashicorp/aws"
}
}
}
Expand Down

0 comments on commit 0abccd6

Please sign in to comment.