Skip to content

Commit

Permalink
https://github.com/mitodl/ol-infrastructure/issues/2680
Browse files Browse the repository at this point in the history
feat: Initial skeleton for MIT OL Open Metadata application Pulumi code.
  • Loading branch information
feoh authored and Ardiea committed Oct 1, 2024
1 parent 9d0f3a9 commit bf5202b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
secretsprovider: awskms://alias/infrastructure-secrets-ci
encryptedkey: AQICAHjnbqe9AmEW1Js10nySybyuAG7Fb5E9EHUgkmqFDv7PxQHNccb0Qf344tYSpNK++I71AAAAfjB8BgkqhkiG9w0BBwagbzBtAgEAMGgGCSqGSIb3DQEHATAeBglghkgBZQMEAS4wEQQMqCuKG4WhkI4eNWUvAgEQgDtsdnkazeO8dfabHEekMYh4JgcxnwOf4B9F7zUoAkOMmqIQ8xQHmru06mRLnpK7v8QqW2zNACm6C2gUuA==
6 changes: 6 additions & 0 deletions src/ol_infrastructure/applications/open_metadata/Pulumi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: ol-infrastructure-open_metadata-application
runtime: python
description: MIT OL Open Metadata Service
backend:
url: s3://mitol-pulumi-state/
Empty file.
6 changes: 6 additions & 0 deletions src/ol_infrastructure/applications/open_metadata/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from pulumi import Config

from ol_infrastructure.lib.pulumi_helper import parse_stack

open_metadata_config = Config("open_metadata")
stack_info = parse_stack()

0 comments on commit bf5202b

Please sign in to comment.