Fix: delete duplicate content (#324)

This commit is contained in:
basefas 2022-12-05 04:21:25 +08:00 committed by GitHub
parent 61cdc9a6e4
commit 407533d580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1715,14 +1715,6 @@ It's not secure! you should never store credentials in plain text this way.
</b></details>
<details>
<summary>What can you do to NOT store provider credentials in Terraform configuration files in plain text?</summary><br><b>
1. Use environment variables
2. Use password CLIs (like 1Password which is generic but there also specific provider options like aws-vault)
</b></details>
<details>
<summary>How can you manage secrets/credentials in CI/CD?</summary><br><b>