Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
EreminAnton committed Aug 14, 2023
1 parent 688f8f8 commit 08ee9f4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ locals {
# Optional Automatic creation Chatbot IAM role
module "chatbot_role" {
source = "./modules/iam"

tags = module.tags.result
}


Expand All @@ -38,8 +36,6 @@ module "chatbot_slack_workspace" {
sns_topic_arns = local.prod_sns_topic_arn
}
}

tags = module.tags.result
}

# Reservations utilization alert
Expand Down

0 comments on commit 08ee9f4

Please sign in to comment.