Skip to content

Commit

Permalink
small formatting changes to trigger the code formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Khatraf committed Oct 30, 2024
1 parent 674cbf9 commit 11dee42
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions source/user-guide/platform-user-roles.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,4 @@ For example, this snippet shows the addition of the `example-role` to `another-e

New roles can be requested through [raising an issue](https://github.com/ministryofjustice/modernisation-platform/issues/new/choose) on GitHub, although we recommend you discuss your use case with us on Slack
via the [#ask-modernisation-platform](https://mojdt.slack.com/archives/C01A7QK5VM1) channel.

4 changes: 2 additions & 2 deletions source/user-guide/working-as-a-collaborator.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ Once you have been [set up as a collaborator](../runbooks/adding-collaborators.h

1. Click on the AWS Console url - [https://eu-west-2.console.aws.amazon.com/](https://eu-west-2.console.aws.amazon.com/)

1. You will see the sign on screen, choose IAM user and enter the Modernisation Platform landing zone account number (this will be provided to you on set up).
1. You will see the sign on screen, choose IAM user and enter the Modernisation Platform landing zone account number (this will be provided to you on set up).

1. Enter your user details (your MFA and console password must be [set up first](../runbooks/adding-collaborators.html#access-to-the-relevant-aws-accounts))

1. Once you are logged in, [switch role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-console.html) to the relevant account.
1. Once you are logged in, [switch role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-console.html) to the relevant account.

1. You will need to know the account number of the AWS account you want to switch to and the role you have been assigned, these will be told to you on initial user set up, the valid roles are:

Expand Down
2 changes: 1 addition & 1 deletion terraform/environments/core-logging/athena.tf
Original file line number Diff line number Diff line change
Expand Up @@ -296,4 +296,4 @@ resource "aws_lambda_permission" "allow_cloudwatch_to_call_lambda" {
function_name = aws_lambda_function.athena_table_update.function_name
principal = "events.amazonaws.com"
source_arn = aws_cloudwatch_event_rule.every_day.arn
}
}

0 comments on commit 11dee42

Please sign in to comment.