-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(core): Allow for passing CA certs to config.
feat(core): Allow to skip TLS verification
- Loading branch information
1 parent
fa93edb
commit 61bc391
Showing
3 changed files
with
134 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,16 +8,6 @@ module "keyfactor_github_test_environment_ad_10_5_0" { | |
keyfactor_password = var.keyfactor_password_10_5_0 | ||
} | ||
|
||
# module "keyfactor_github_test_environment_11_5_0_ad" { | ||
# source = "git::ssh://[email protected]/Keyfactor/terraform-module-keyfactor-github-test-environment-ad.git?ref=v1.0.0" | ||
# | ||
# gh_environment_name = "KFC_11_5_0_AD" | ||
# gh_repo_name = data.github_repository.repo.name | ||
# keyfactor_hostname = var.keyfactor_hostname_11_5_0_AD | ||
# keyfactor_username = var.keyfactor_username_11_5_0_AD | ||
# keyfactor_password = var.keyfactor_password_11_5_0_AD | ||
# } | ||
|
||
module "keyfactor_github_test_environment_11_5_0_kc" { | ||
source = "git::ssh://[email protected]/Keyfactor/terraform-module-keyfactor-github-test-environment-kc.git?ref=main" | ||
|
||
|
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