From ee969ec7785e469edde7bdd0010bb2933111e8ce Mon Sep 17 00:00:00 2001 From: Galen Hollins <47542238+galenatjpl@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:32:44 -0800 Subject: [PATCH] added new 8.1.2 ds marketplace entry --- applications/unity-ds/8.1.2/metadata.json | 29 +++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 applications/unity-ds/8.1.2/metadata.json diff --git a/applications/unity-ds/8.1.2/metadata.json b/applications/unity-ds/8.1.2/metadata.json new file mode 100644 index 0000000..24166aa --- /dev/null +++ b/applications/unity-ds/8.1.2/metadata.json @@ -0,0 +1,29 @@ +{ + "DisplayName": "Unity-DS-Application", + "Name": "unity-ds", + "Version": "8.1.1", + "Channel": "beta", + "Owner": "DS Team", + "Repository": "https://github.com/unity-sds/unity-data-services", + "Description": "A package to create S3 buckets in arbitrary Unity Venue", + "Tags": [ + "ds" + ], + "Category": "ds", + "IamRoles": {}, + "Package": "https://github.com/unity-sds/unity-data-services@d1da4c6da72e2e58372b8fcb45473ba59283a559", + "ManagedDependencies": {}, + "Backend": "terraform", + "WorkDirectory": "tf-module/marketplace", + "DefaultDeployment": { + "Variables": { + "Values": { + "datastore_bucket_name": "", + "datastore_bucket_notification_prefix": "stage_out", + "uds_aws_account_ssm_path": "/unity/shared-services/aws/account", + "uds_aws_account_region_ssm_path": "/unity/shared-services/aws/account/region", + "uds_prefix_ssm_path": "/unity/shared-services/data-catalog/deployment/prefix" + } + } + } + }