Skip to content

Commit

Permalink
formatting, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Jun 24, 2024
1 parent 354d1d6 commit 1f1d2bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### ServiceNow Proxy Federated Identity credentials
module "servicenow" {
source = "../../../modules/federated-credentials/servicenow_proxy"
source = "../../../modules/federated-credentials/servicenow_proxy"
oidc_issuer_url = module.clusters.oidc_issuer_url
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### ServiceNow Proxy Federated Identity credentials
module "servicenow" {
source = "../../../modules/federated-credentials/servicenow_proxy"
source = "../../../modules/federated-credentials/servicenow_proxy"
oidc_issuer_url = module.clusters.oidc_issuer_url
}

0 comments on commit 1f1d2bb

Please sign in to comment.