File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ locals {
1515}
1616
1717# #################################################################
18- # Insecure provider block with hardcoded AWS credentials
19- # (should be retrieved from environment variables or a secure store)
18+ # we do this in production
19+ # do the lalalalalala
2020# #################################################################
2121provider "aws" {
2222 region = " us-east-1"
23- access_key = " AKIA123456789EXAMPLE" # Vulnerability: Hardcoded AWS access key
24- secret_key = " wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY" # Vulnerability: Hardcoded AWS secret key
23+ access_key = " AKIA123456789EXAMPLE"
24+ secret_key = " wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
2525}
2626
2727# #################################################################
You can’t perform that action at this time.
0 commit comments