Skip to content

Commit

Permalink
Merge pull request #850 from guardian/ash/DropSteampipe
Browse files Browse the repository at this point in the history
Remove Steampipe
  • Loading branch information
AshCorr authored Mar 13, 2024
2 parents bdab59e + 7cbc004 commit c7b2b4d
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 1,471 deletions.
6 changes: 0 additions & 6 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ CQ_GITHUB_LANGUAGES=0.0.4
# See https://github.com/guardian/cq-source-ns1
CQ_NS1=0.0.4

# See https://hub.steampipe.io/plugins/turbot/github/versions
SP_GITHUB=0.39.0

# See https://hub.steampipe.io/plugins/turbot/aws/versions
SP_AWS=0.129.0

# --- FOR LOCAL DEVELOPMENT ONLY ---
STAGE=DEV
DATABASE_USER=postgres
Expand Down
56 changes: 0 additions & 56 deletions .github/workflows/ecs-publish.yml

This file was deleted.

2 changes: 0 additions & 2 deletions packages/cdk/bin/cdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ new ServiceCatalogue(app, 'ServiceCatalogue-PROD', {
stack: 'deploy',
stage: 'PROD',
env: { region: 'eu-west-1' },
steampipeDomainName: 'steampipe.gutools.co.uk',
cloudFormationStackName: 'deploy-PROD-service-catalogue',
});

Expand All @@ -20,6 +19,5 @@ new ServiceCatalogue(app, 'ServiceCatalogue-CODE', {
env: { region: 'eu-west-1' },
schedule: Schedule.rate(Duration.days(30)),
rdsDeletionProtection: false,
steampipeDomainName: 'steampipe.code.dev-gutools.co.uk',
cloudFormationStackName: 'deploy-CODE-service-catalogue',
});
Loading

0 comments on commit c7b2b4d

Please sign in to comment.