-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from htc-demo-00-azure/cluster-issuer
feat: output aks_cluster_issuer_url
- Loading branch information
Showing
8 changed files
with
65 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
output "aks_cluster_issuer_url" { | ||
description = "Issuer URL for the OpenID Connect discovery endpoint" | ||
value = module.base.aks_oidc_issuer_url | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
|
||
# GitHub org id | ||
github_org_id = "" | ||
|
||
# Humanitec CI Service User Token | ||
humanitec_ci_service_user_token = "" | ||
|
||
# Humanitec Organization ID | ||
humanitec_org_id = "" | ||
|
||
# Azure region to deploy into | ||
location = "" | ||
|
||
# Azure Subscription (ID) to use | ||
subscription_id = "" | ||
|
||
# The Azure VM instances type to use as "Agents" (aka Kubernetes Nodes) in AKS | ||
vm_size = "Standard_D2_v2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
output "aks_cluster_issuer_url" { | ||
description = "Issuer URL for the OpenID Connect discovery endpoint" | ||
value = module.base.aks_oidc_issuer_url | ||
} |