Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
milldr committed Aug 20, 2024
1 parent 54f857e commit aaf95e0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/layers/ecs/tutorials/1password-scim-bridge.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```
</Steps>
</Steps>

Expand Down Expand Up @@ -115,9 +115,9 @@ The implementation of this is fairly simple. We will generate credentials for th
</CollapsibleText>
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
```
</Steps>
</Step>

Expand Down

0 comments on commit aaf95e0

Please sign in to comment.