Skip to content

Commit

Permalink
fixing provider line 10 for eventbridge patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
beautse committed Jan 9, 2025
1 parent 9cb37f3 commit c8e084b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion eventbridge-schedule-to-lambda-terraform-go/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ terraform {
}

provider "aws" {

profile = "default"
region = "us-east-1"
}

data "aws_caller_identity" "current" {}
Expand Down
3 changes: 2 additions & 1 deletion eventbridge-schedule-to-lambda-terraform-java/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ terraform {
}

provider "aws" {

profile = "default"
region = "us-east-1"
}

data "aws_caller_identity" "current" {}
Expand Down
3 changes: 2 additions & 1 deletion eventbridge-schedule-to-lambda-terraform-python/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ terraform {
}

provider "aws" {

profile = "default"
region = "us-east-1"
}

data "aws_caller_identity" "current" {}
Expand Down

0 comments on commit c8e084b

Please sign in to comment.