diff --git a/cloudwatch-logs-aggregator/rule/main.tf b/cloudwatch-logs-aggregator/rule/main.tf index 123ed57..7cbeb90 100644 --- a/cloudwatch-logs-aggregator/rule/main.tf +++ b/cloudwatch-logs-aggregator/rule/main.tf @@ -1,3 +1,11 @@ +terraform { + required_providers { + aws = { + source = "hashicorp/aws" + version = ">= 5.27.0" + } + } +} provider "aws" { region = var.region }