Skip to content

Commit

Permalink
Revert " fix:Rename variables in nex major release #49"
Browse files Browse the repository at this point in the history
This reverts commit e901ad8.
  • Loading branch information
EreminAnton committed Feb 7, 2024
1 parent 6e3cf0a commit 5e7f385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ variable "event_brige_scheduled_revocation_rule_name" {
variable "schedule_group_name" {
description = "value for the schedule group name"
type = string
default = "sso_elevator_schedule_group"
default = "sso-elevator-scheduled-revocation" # TODO fix format to snake case
}

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

variable "revoker_post_update_to_slack" {
Expand Down

0 comments on commit 5e7f385

Please sign in to comment.