Skip to content

Commit 06708bf

Browse files
committed
Fix terraform, wrongly merged
1 parent 2857121 commit 06708bf

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

main.tf

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,6 @@ module "runners" {
3232
sqs = module.agent.sqs
3333
}
3434

35-
module "agent" {
36-
source = "./modules/agent"
37-
38-
aws_region = var.aws_region
39-
environment = var.environment
40-
tags = var.tags
41-
github_app_webhook_secret = "blaat"
42-
}
43-
44-
4535
module "agent" {
4636
source = "./modules/agent"
4737

0 commit comments

Comments
 (0)