Skip to content

Commit

Permalink
fix:Rename variables in nex major release #49
Browse files Browse the repository at this point in the history
  • Loading branch information
EreminAnton committed Jan 29, 2024
1 parent 2972aef commit e901ad8
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-scheduled-revocation" # TODO fix format to snake case
default = "sso_elevator_schedule_group"
}

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 = "event_bridge_role_for_sso_elevator"
}

variable "revoker_post_update_to_slack" {
Expand Down

0 comments on commit e901ad8

Please sign in to comment.