Skip to content

Commit

Permalink
Update 0.4 of API Gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrodjpl committed Jul 29, 2024
1 parent ecbc7d4 commit ef89c49
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions applications/unity-apigateway/0.4/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,18 @@
"Owner": "U-CS Team",
"Description": "A package to install and configure an API gateway for your Unity Venue",
"Repository": "https://github.com/unity-sds/unity-cs-infra/",
"Tags": [
"api",
"http",
"rest"
],
"Tags": ["api", "http", "rest"],
"Category": "system",
"IamRoles": {
"Statement": [
{
"Effect": "Allow",
"Action": [
"iam:CreateInstanceProfile"
],
"Resource": [
"arn:aws:iam::<account_id>:instance-profile/eksctl*"
]
"Action": ["iam:CreateInstanceProfile"],
"Resource": ["arn:aws:iam::<account_id>:instance-profile/eksctl*"]
}
]
},
"Package": "https://github.com/unity-sds/unity-cs-infra",
"Package": "https://github.com/unity-sds/unity-cs-infra@216a67890041d788da180ae54ef9ca8b36ea0983",
"Backend": "terraform",
"WorkDirectory": "terraform-project-api-gateway_module",
"DefaultDeployment": {}
Expand Down

0 comments on commit ef89c49

Please sign in to comment.