Skip to content

Commit

Permalink
Remove the Kansas Courts demo application. (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab authored Jan 15, 2025
1 parent e275662 commit faa676c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions infra/cdktf/src/lib/cloud.gov/space.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,5 @@ export class CloudGovSpace extends Construct {
),
}
);
new AstroService(
scope,
`${id}-server-kansas`,
space.id,
`server-kansas:${gitCommitHash}`,
{
loginGovPrivateKey: getSecret(
this,
`/${id}/server-kansas/login.gov/private-key`
),
}
);
}
}

0 comments on commit faa676c

Please sign in to comment.