Skip to content

Commit

Permalink
[Sync] 17728 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
panther-bot authored Mar 5, 2024
1 parent 9deecab commit 091ee1c
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion terraform/osquery_firehose/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.8.0, < 5.0.0"
version = ">=5.39.0, < 6.0.0"
}
}
}
4 changes: 2 additions & 2 deletions terraform/panther_cloudsec_iam/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.8.0, < 5.0.0"
version = ">=5.39.0, < 6.0.0"
}
}
}
}
4 changes: 2 additions & 2 deletions terraform/panther_cloudwatch_events/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.8.0, < 5.0.0"
version = ">=5.39.0, < 6.0.0"
}
}
}
}
2 changes: 1 addition & 1 deletion terraform/panther_cloudwatch_firehose/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.8.0, < 5.0.0"
version = ">=5.39.0, < 6.0.0"
}
}
}
4 changes: 2 additions & 2 deletions terraform/panther_log_analysis_iam/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.8.0, < 5.0.0"
version = ">=5.39.0, < 6.0.0"
}
}
}
}
4 changes: 2 additions & 2 deletions terraform/panther_log_processing_notifications/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.8.0, < 5.0.0"
version = ">=5.39.0, < 6.0.0"
}
}
}
}
4 changes: 2 additions & 2 deletions terraform/panther_src_deployment_role/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.8.0, < 5.0.0"
version = ">=5.39.0, < 6.0.0"
}
}
}
}
4 changes: 2 additions & 2 deletions terraform/panther_stackset_iam_admin_role/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.8.0, < 5.0.0"
version = ">=5.39.0, < 6.0.0"
}
}
}
}

0 comments on commit 091ee1c

Please sign in to comment.