-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added new 8.1.2 ds marketplace entry
- Loading branch information
1 parent
31f830f
commit ee969ec
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} | ||
} | ||
} |