Skip to content

Commit

Permalink
added failure fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
janibashamd committed Dec 4, 2023
1 parent 0231878 commit 5341c4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 7 additions & 0 deletions aws/infra/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,10 @@ output "bigip" {
output "bigip-cis" {
value = var.bigip-cis
}

output "aks-cluster" {
value = var.aks-cluster
}
output "azure-vm" {
value = var.azure-vm
}
7 changes: 1 addition & 6 deletions xc/main.tf
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
provider "azurerm" {
features {}

subscription_id = "${var.azure_subscription_id}"
tenant_id = "${var.azure_subscription_tenant_id}"
client_id = "${var.azure_service_principal_appid}"
client_secret = "${var.azure_service_principal_password}"
}

provider "volterra" {
url = var.api_url
}
}

0 comments on commit 5341c4e

Please sign in to comment.