Skip to content

Commit

Permalink
fix: rename event brige resources to follow naming conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
EreminAnton committed Jul 5, 2024
1 parent 2baa3c8 commit dbbc7f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -81,25 +81,25 @@ variable "requester_lambda_name" {
variable "event_brige_check_on_inconsistency_rule_name" {
description = "value for the event bridge check on inconsistency rule name"
type = string
default = "sso_elevator_check_on_inconsistency"
default = "sso-elevator-check_on-inconsistency"
}

variable "event_brige_scheduled_revocation_rule_name" {
description = "value for the event bridge scheduled revocation rule name"
type = string
default = "sso_elevator_scheduled_revocation"
default = "sso-elevator-scheduled-revocation"
}

variable "schedule_group_name" {
description = "value for the schedule group name"
type = string
default = "sso-elevator-scheduled-revocation" # TODO fix format to snake case
default = "sso-elevator-scheduled-revocation"
}

variable "schedule_role_name" {
description = "value for the schedule role name"
type = string
default = "event-bridge-role-for-sso-elevator" # TODO fix format to snake case
default = "sso-elevator-event-bridge-role"
}

variable "revoker_post_update_to_slack" {
Expand Down

0 comments on commit dbbc7f0

Please sign in to comment.