Skip to content

Commit

Permalink
az login
Browse files Browse the repository at this point in the history
  • Loading branch information
nivi-sco88 committed Jan 17, 2024
1 parent 04c5d0e commit f728b8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 19 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/closure-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
with:
creds: |
{
"TW-CLIENT-ID": "${{ secrets.AZURE_CLIENT_ID }}",
"TW-CLIENT-SECRET": "${{ secrets.AZURE_CLIENT_SECRET }}",
"TW-SUBSCRIPTION-ID": "${{ secrets.AZURE_SUBSCRIPTION_ID }}",
"TW-TENANT-ID": "${{ secrets.AZURE_TENANT_ID }}"
${{ secrets.AZURE_CLIENT_ID }}
${{ secrets.AZURE_CLIENT_SECRET }}
${{ secrets.AZURE_SUBSCRIPTION_ID }}
${{ secrets.AZURE_TENANT_ID }}
}
Expand Down
3 changes: 0 additions & 3 deletions terraform/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ location = "East US"
service_principal_name = "twapp"
keyvault_name = "vault"
registry_name = "contregistry9289"
subscription_id = "53589d9c-dcbc-4d1b-9617-6f773c239fae"
client_id = "7bc393f3-bf4d-49d3-9a6a-d715d7a6e761"
tenant_id = "7cff740f-48d6-49af-9d99-87b0f5bbcd55"
aks_cluster_name = "twapp_aks"
node_count = 1
username = "linux_admin"
Expand Down
12 changes: 0 additions & 12 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,6 @@ variable "registry_name" {
type = string
}

variable "subscription_id" {
type = string
}

variable "client_id" {
type = string
}

variable "tenant_id" {
type = string
}

variable "aks_cluster_name" {
type = string
}
Expand Down

0 comments on commit f728b8b

Please sign in to comment.