diff --git a/Day-7/02-vault-integration.md b/Day-7/02-vault-integration.md index 03c75975..9f5ddf7f 100644 --- a/Day-7/02-vault-integration.md +++ b/Day-7/02-vault-integration.md @@ -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. \ No newline at end of file +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.