From e36692d49ab0b2906d2c0607280ecd1b8e2dd2b8 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Wed, 9 Feb 2022 17:39:57 +0000 Subject: [PATCH] Indentation --- infrastructure_setup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infrastructure_setup.md b/infrastructure_setup.md index adfce99e8..6aaff92d9 100644 --- a/infrastructure_setup.md +++ b/infrastructure_setup.md @@ -50,7 +50,7 @@ `cf bind-service dluhc-core-production dluhc-core-production-export-bucket -c '{"permissions": "read-write"}'` - 6. Create a service keys for accessing the S3 bucket from outside Gov PaaS:\ - `cf create-service-key dluhc-core-production-import-bucket data-import -c '{"allow_external_access": true}'` +6. Create a service keys for accessing the S3 bucket from outside Gov PaaS:\ + `cf create-service-key dluhc-core-production-import-bucket data-import -c '{"allow_external_access": true}'` - `cf create-service-key dluhc-core-production-export-bucket data-export -c '{"allow_external_access": true, "permissions": "read-only"}'` + `cf create-service-key dluhc-core-production-export-bucket data-export -c '{"allow_external_access": true, "permissions": "read-only"}'`