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 7abbc7e commit b1c1a8b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions test/fixtures/organizational-k8s/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ terraform {
sysdig = {
source = "sysdiglabs/sysdig"
}
# version pinned until this is solved: hashicorp/terraform-provider-aws#29042
aws = {
source = "hashicorp/aws"
version = "<4.51.0"
}
}
}
Expand Down
2 changes: 0 additions & 2 deletions test/fixtures/single-account-apprunner/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ terraform {
source = "sysdiglabs/sysdig"
version = ">=0.5.33"
}
# version pinned until this is solved: hashicorp/terraform-provider-aws#29042
aws = {
source = "hashicorp/aws"
version = "<4.51.0"
}
}
}
Expand Down
2 changes: 0 additions & 2 deletions test/fixtures/single-account-ecs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ terraform {
version = ">=0.5.33"
}

# version pinned until this is solved: hashicorp/terraform-provider-aws#29042
aws = {
source = "hashicorp/aws"
version = "<4.51.0"
}
}
}
Expand Down
2 changes: 0 additions & 2 deletions test/fixtures/single-account-k8s/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ terraform {
sysdig = {
source = "sysdiglabs/sysdig"
}
# version pinned until this is solved: hashicorp/terraform-provider-aws#29042
aws = {
source = "hashicorp/aws"
version = "<4.51.0"
}
}
}
Expand Down

0 comments on commit b1c1a8b

Please sign in to comment.