Remove insecure output of creds, adjust README

This commit is contained in:
John Skiles Skinner
2024-04-08 17:11:20 -07:00
parent f2ef5efb1d
commit e054d9b03f
2 changed files with 21 additions and 21 deletions

View File

@@ -14,7 +14,3 @@ resource "cloudfoundry_service_key" "bucket_creds" {
name = "${local.s3_service_name}-access"
service_instance = module.s3.bucket_id
}
output "bucket_credentials" {
value = cloudfoundry_service_key.bucket_creds.credentials
}