Skip to content

Commit

Permalink
feat: terraform to use coraglogix sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
celaus committed Jan 3, 2025
1 parent 8d3efe3 commit 311be71
Show file tree
Hide file tree
Showing 315 changed files with 12,151 additions and 128,762 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Cleanup Test Resources

on:
schedule:
- cron: 0 1 * * *

jobs:
test:
env:
GO111MODULE: on
strategy:
matrix:
go-version: [ 1.23.x ]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@37335c7bb261b353407cff977110895fa0b4f7d8
with:
go-version: ${{ matrix.go-version }}
- name: Acceptance Tests
env:
CORALOGIX_ENV: ${{ secrets.CORALOGIX_ENV }}
CORALOGIX_API_KEY: ${{ secrets.CORALOGIX_API_KEY }}
TEST_TEAM_ID: ${{ secrets.TEST_TEAM_ID }}
AWS_TEST_ROLE: ${{ secrets.AWS_TEST_ROLE }}
run: |
go run scripts/delete-all-cx-resources.go
81 changes: 0 additions & 81 deletions coralogix/clientset/actions-client.go

This file was deleted.

81 changes: 0 additions & 81 deletions coralogix/clientset/alerts-client.go

This file was deleted.

81 changes: 0 additions & 81 deletions coralogix/clientset/alerts-scheduler-client.go

This file was deleted.

80 changes: 0 additions & 80 deletions coralogix/clientset/apikeys-client.go

This file was deleted.

Loading

0 comments on commit 311be71

Please sign in to comment.