From 11dee4249911114275b4160d45a5bbedd72bccec Mon Sep 17 00:00:00 2001 From: khatraf Date: Wed, 30 Oct 2024 14:11:26 +0000 Subject: [PATCH] small formatting changes to trigger the code formatter --- source/user-guide/platform-user-roles.html.md.erb | 1 + source/user-guide/working-as-a-collaborator.html.md.erb | 4 ++-- terraform/environments/core-logging/athena.tf | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/source/user-guide/platform-user-roles.html.md.erb b/source/user-guide/platform-user-roles.html.md.erb index 8ee565a9e..fb9e6f75f 100644 --- a/source/user-guide/platform-user-roles.html.md.erb +++ b/source/user-guide/platform-user-roles.html.md.erb @@ -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. + diff --git a/source/user-guide/working-as-a-collaborator.html.md.erb b/source/user-guide/working-as-a-collaborator.html.md.erb index e111fd316..b1d16eedf 100644 --- a/source/user-guide/working-as-a-collaborator.html.md.erb +++ b/source/user-guide/working-as-a-collaborator.html.md.erb @@ -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: diff --git a/terraform/environments/core-logging/athena.tf b/terraform/environments/core-logging/athena.tf index bb5020805..dd0a0951c 100644 --- a/terraform/environments/core-logging/athena.tf +++ b/terraform/environments/core-logging/athena.tf @@ -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 -} \ No newline at end of file +}