diff --git a/topics/terraform/README.md b/topics/terraform/README.md
index 11917f1..a6dacdb 100644
--- a/topics/terraform/README.md
+++ b/topics/terraform/README.md
@@ -1715,14 +1715,6 @@ It's not secure! you should never store credentials in plain text this way.
-
-What can you do to NOT store provider credentials in Terraform configuration files in plain text?
-
-1. Use environment variables
-2. Use password CLIs (like 1Password which is generic but there also specific provider options like aws-vault)
-
-
-
How can you manage secrets/credentials in CI/CD?