Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Nov 28, 2024
1 parent 7e17c72 commit 8662a76
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ locals {
app_name_and_env = "${var.app_name}-${local.app_env}"
app_env = var.app_env

db_host = module.rds.address
db_password = random_password.db_root.result

account = data.aws_caller_identity.this.account_id
Expand Down Expand Up @@ -65,7 +64,6 @@ resource "aws_iam_user_policy" "cd" {
Action = [
"ecs:ListTasks",
]
"Effect" : "Allow",
"Condition" : {
"ArnEquals" : {
"ecs:cluster" : "arn:aws:ecs:*:${local.account}:cluster/${module.ecsasg.ecs_cluster_name}"
Expand Down

0 comments on commit 8662a76

Please sign in to comment.