https://github.com/open-metadata/openmetadata-deployment
https://github.com/open-metadata/openmetadata-deployment
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/open-metadata/openmetadata-deployment
- Owner: open-metadata
- License: other
- Created: 2023-11-20T08:20:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-05T09:40:39.000Z (about 2 months ago)
- Last Synced: 2025-03-05T10:33:39.478Z (about 2 months ago)
- Language: HCL
- Size: 46.9 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenMetadata Deployment scripts
This repository holds deployment scripts for OpenMetadata in your cloud.
## Terraform - AWS
Terraform files to deploy Openmetadata/Collate in AWS.
Although the resources defined here cover most of the required components to deploy the application, a careful review of each should be made, adapting what we provide to the needs of your company.For instance, database passwords are generated using a `random` resource, therefore storing the secret in plain text in the tfstate.
You will also need to adapt the backup policies, naming, tags, etc to your company policies. Providing variables to customize each of these would end on an unusable module.## BYOC - AWS
Helper files to deploy OpenMetadata/Collate in AWS.