From 407533d58042545c362150d0a694275808bb2ba6 Mon Sep 17 00:00:00 2001 From: basefas Date: Mon, 5 Dec 2022 04:21:25 +0800 Subject: [PATCH] Fix: delete duplicate content (#324) --- topics/terraform/README.md | 8 -------- 1 file changed, 8 deletions(-) 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?