Skip to content

Commit

Permalink
docs: upd example
Browse files Browse the repository at this point in the history
  • Loading branch information
EreminAnton committed Jul 8, 2024
1 parent a732858 commit 8f650a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ module "aws_sso_elevator" {
slack_channel_id = "***********"
schedule_expression = "cron(0 23 * * ? *)" # revoke access schedule expression
schedule_expression_for_check_on_inconsistency = "rate(1 hour)"
build_in_docker = true
revoker_post_update_to_slack = true

sso_instance_arn = one(data.aws_ssoadmin_instances.this.arns)
Expand Down

0 comments on commit 8f650a5

Please sign in to comment.