diff --git a/infra/cdk.json b/infra/cdk.json index 52803a2..a2f9706 100644 --- a/infra/cdk.json +++ b/infra/cdk.json @@ -105,6 +105,20 @@ "TenantID": "3bfeb222-e42c-4535-aace-ea6f7751369b", "ClientID": "bc56643f-7002-4df9-ada5-1d79f55da6e3" } + }, + + "uat": { + "Account": "534745294648", + "Region": "eu-west-1", + "ApplicationName": "Mold Cost Calculator", + "ApplicationShortName": "mld", + "Environment": "uat", + "Version": "1.0.0", + "Parameters": { + "VPC": "vpc-0a0f5a76b45d40780", + "TenantID": "3bfeb222-e42c-4535-aace-ea6f7751369b", + "ClientID": "bc56643f-7002-4df9-ada5-1d79f55da6e3" + } } } } \ No newline at end of file