We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630efbf commit a8ef49bCopy full SHA for a8ef49b
.github/workflows/examples.yml
@@ -68,6 +68,6 @@ jobs:
68
TF_VAR_castai_api_token: ${{ secrets.CASTAI_TOKEN }}
69
TF_VAR_castai_api_url: ${{ secrets.CASTAI_URL }}
70
TF_VAR_cluster_region: "germanywestcentral"
71
- TF_VAR_subscription_id: ${{ secrets.AZURE_TF_ACCEPTANCE_TEST_ARM_SUBSCRIPTION_ID }}
+ TF_VAR_subscription_id: ${{ secrets.AZURE_TF_ACCEPTANCE_TEST_ARM_SUBSCRIPTION_ID_V2 }}
72
id: aks_plan_examples
73
run: make plan-terraform-example EXAMPLE_DIR=examples/aks/aks_cluster
0 commit comments