Skip to content

Commit

Permalink
chore: Update database connection retrieval in common-infra README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed May 21, 2024
1 parent 28a47aa commit 199fb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion live/common-infra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ db_port=$(terraform output -json | jq -r '.example_db_instance_port.value')
db_name=$(terraform output -json | jq -r '.example_db_instance_name.value')

# Retrieve the parameter value from the AWS Parameter Store
SECRET_ID=$(terraform output -json | jq -r '.example_db_connection_secret_arn.value')
SECRET_ID=$(terraform output -json | jq -r '.example_db_instance_master_user_secret_arn.value')

# Print the values
echo "DB Host: $db_host"
Expand Down

0 comments on commit 199fb6a

Please sign in to comment.