Skip to content

Commit

Permalink
Merge pull request #10 from wphyojpl/main
Browse files Browse the repository at this point in the history
fix: adding variable values
  • Loading branch information
mike-gangl authored Jun 5, 2024
2 parents 9dd4581 + 07ca649 commit b77ad06
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions applications/unity-ds/7.7.0/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,25 @@
],
"Category": "ds",
"IamRoles": {},
"Package": "https://github.com/unity-sds/unity-data-services/releases/download/v7.7.0-merge-9294125742/terraform_marketplace-7.7.0-merge-9294125742.zip",
"Package": "https://github.com/unity-sds/unity-data-services/releases/download/v7.7.0-merge-9373961021/terraform_marketplace-7.7.0-merge-9373961021.zip",
"ManagedDependencies": {},
"Backend": "terraform",
"WorkDirectory": "/",
"DefaultDeployment": {
"Variables": {
"some_terraform_variable": "See variables.tf in package (zip)"
"Values": {
"project": "",
"venue": "",
"market_bucket_name": "",
"market_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",
"tags":{
"Component": "DS",
"Version": "7.7.0"
}
}
}
}
}

0 comments on commit b77ad06

Please sign in to comment.