Skip to content

Commit 7e812c6

Browse files
committed
terraform-eventbridge-scheduled-lambda: Remove hardcoded AWS profile for configuration flexibility
1 parent dc6761b commit 7e812c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apigw-sqs-terraform/main.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ terraform {
1010
}
1111

1212
provider "aws" {
13-
profile = "default"
1413
region = "us-east-1"
1514
}
1615

@@ -268,4 +267,4 @@ output "Test-Command1" {
268267
output "Test-Command2" {
269268
value = "aws sqs receive-message --queue-url ${aws_sqs_queue.MySQSqueue.id}"
270269
description = "Command to query the SQS Queue for messages"
271-
}
270+
}

0 commit comments

Comments
 (0)