https://github.com/cloud-gov/csb
Brokerpaks deployed by the cloud.gov instance of the Cloud Service Broker.
https://github.com/cloud-gov/csb
Last synced: 6 months ago
JSON representation
Brokerpaks deployed by the cloud.gov instance of the Cloud Service Broker.
- Host: GitHub
- URL: https://github.com/cloud-gov/csb
- Owner: cloud-gov
- License: other
- Created: 2024-03-20T14:30:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-17T18:10:27.000Z (9 months ago)
- Last Synced: 2025-10-18T20:39:47.002Z (9 months ago)
- Language: HCL
- Size: 2.56 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Cloud Service Broker
This repo contains configuration, including brokerpaks, for the cloud.gov deployment of the [Cloud Service Broker](https://github.com/cloudfoundry/cloud-service-broker).
## Troubleshooting
> error getting new instance details: error creating TF state: error unmarshalling JSON state: json: cannot unmarshal array into Go struct field .outputs.type of type string
The brokerpak outputs cannot be of `list` or `map` types because the CSB code expects a simple string name for all output types, and those container types are encoded in the statefile as `["container", "type"]`, e.g. `["list", "string"]`. Make the output a simpler type, like `string`.
## Related projects
- https://github.com/GSA-TTS/datagov-brokerpak-smtp
- https://github.com/GSA/ttsnotify-brokerpak-sms
## Credits
- AWS Architecture icons are sourced from https://aws.amazon.com/architecture/icons/.