diff --git a/docs/layers/ecs/tutorials/1password-scim-bridge.mdx b/docs/layers/ecs/tutorials/1password-scim-bridge.mdx index e5a8739cb..7f18cb0e5 100644 --- a/docs/layers/ecs/tutorials/1password-scim-bridge.mdx +++ b/docs/layers/ecs/tutorials/1password-scim-bridge.mdx @@ -36,10 +36,10 @@ The implementation of this is fairly simple. We will generate credentials for th - Open "AWS System Manager" > "Parameter Store" - Create 2 new Secure String parameters using the credentials you generated in the previous step: - ```console - SCIM_USERNAME: "/1password/scim-bridge/username" - SCIM_PASSWORD: "/1password/scim-bridge/password" - ``` + ```console + SCIM_USERNAME: "/1password/scim-bridge/username" + SCIM_PASSWORD: "/1password/scim-bridge/password" + ``` @@ -115,9 +115,9 @@ The implementation of this is fairly simple. We will generate credentials for th 2. Confirm the `map_secrets` for `OP_WORKSPACE_CREDENTIALS` and `OP_WORKSPACE_SETTINGS` match the AWS SSM Parameter Store paths you created previously, and confirm they are in the same account and region as this ECS service component. 3. Deploy the ECS service with Atmos: - ```bash - atmos terraform apply 1pass-scim -s plat-usw2-dev - ``` + ```bash + atmos terraform apply 1pass-scim -s plat-usw2-dev + ```