Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Telemaco019 committed Aug 5, 2024
1 parent 118febc commit 3617d7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ concurrency:
jobs:
CI:
env:
TF_VAR_tenant_id: ${{secrets.TENANT_ID }}
TF_VAR_subscription_id: ${{secrets.SUBSCRIPTION_ID }}
TF_VAR_client_id: ${{secrets.CLIENT_ID }}
TF_VAR_client_secret: ${{secrets.CLIENT_SECRET }}
ARM_TENANT_ID: ${{secrets.TENANT_ID }}
ARM_SUBSCRIPTION_ID: ${{secrets.SUBSCRIPTION_ID }}
ARM_CLIENT_ID: ${{secrets.CLIENT_ID }}
ARM_CLIENT_SECRET: ${{secrets.CLIENT_SECRET }}
runs-on: ubuntu-latest
steps:
- name: Checkout repo
Expand Down
6 changes: 1 addition & 5 deletions tests/smoke_test.tftest.hcl
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
provider "azurerm" {
features {}
tenant_id = var.tenant_id
client_id = var.client_id
client_secret = var.client_secret
subscription_id = var.subscription_id
}

run "setup" {
Expand All @@ -16,7 +12,7 @@ run "setup" {
}
}

run "smoke_test_plan" {
run "smoke_test_plan__default_values" {
command = plan

variables {
Expand Down

0 comments on commit 3617d7c

Please sign in to comment.