Skip to content

Commit a6f3392

Browse files
fix pre-commit issues
1 parent d48ea89 commit a6f3392

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

examples/organizational/data.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
data "aws_region" "current" {}
21
data "sysdig_secure_connection" "current" {}
32
data "aws_caller_identity" "me" {}

test/fixtures/organizational/main.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
terraform {
22
required_providers {
33
aws = {
4-
# major version pinned until this is solved: hashicorp/terraform-provider-aws#29042
5-
version = ">= 4.0.0, <4.51.0"
4+
version = ">= 4.0.0"
65
configuration_aliases = [aws.member]
76
}
87
sysdig = {

0 commit comments

Comments
 (0)