diff --git a/.github/workflows/default-ci.yaml b/.github/workflows/default-ci.yaml index dfaca5d..86797de 100644 --- a/.github/workflows/default-ci.yaml +++ b/.github/workflows/default-ci.yaml @@ -19,7 +19,7 @@ jobs: uses: edplato/trufflehog-actions-scan@master - name: TruffleHog Scan (managed git) - if: github.server_url != 'https://github.com' + if: github.server_url == 'https://professional-service.git.onstackit.cloud' uses: https://github.com/edplato/trufflehog-actions-scan@master pre-commit-checks: diff --git a/modules/test-machine/variables.tf b/modules/test-machine/variables.tf index 5c8ae6f..a85ae88 100644 --- a/modules/test-machine/variables.tf +++ b/modules/test-machine/variables.tf @@ -28,9 +28,6 @@ variable "name" { default = "test-machine" } - - - variable "availability_zone" { description = "The availability zone (e.g. eu01-1)" type = string