Browse Source

Indentation

pull/290/head
baarkerlounger 3 years ago
parent
commit
e36692d49a
  1. 6
      infrastructure_setup.md

6
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"}'`

Loading…
Cancel
Save