Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Day-7/02-vault-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ After creating the AppRole, you need to generate a Role ID and Secret ID pair. T
You can retrieve the Role ID using the Vault CLI:

```bash
vault read auth/approle/role/my-approle/role-id
vault read auth/approle/role/terraform/role-id
```

Save the Role ID for use in your Terraform configuration.
Expand All @@ -139,7 +139,7 @@ Save the Role ID for use in your Terraform configuration.
To generate a Secret ID, you can use the following command:

```bash
vault write -f auth/approle/role/my-approle/secret-id
vault write -f auth/approle/role/terraform/secret-id
```

This command generates a Secret ID and provides it in the response. Save the Secret ID securely, as it will be used for Terraform authentication.
This command generates a Secret ID and provides it in the response. Save the Secret ID securely, as it will be used for Terraform authentication.