Skip to content

Commit

Permalink
added required version
Browse files Browse the repository at this point in the history
  • Loading branch information
yseto committed Dec 8, 2023
1 parent 3c9f683 commit 5dda55c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cloudwatch-logs-aggregator/rule/main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.27.0"
}
}
}
provider "aws" {
region = var.region
}
Expand Down

0 comments on commit 5dda55c

Please sign in to comment.