|
1 | | -module "keyfactor_github_test_environment_10_5_0" { |
| 1 | +module "keyfactor_github_test_environment_ses_2541" { |
2 | 2 | source = "git::ssh://git@github.com/Keyfactor/terraform-module-keyfactor-github-test-environment-ad.git?ref=main" |
3 | 3 |
|
4 | | - gh_environment_name = "KFC_10_5_0" |
5 | | - gh_repo_name = data.github_repository.repo.name |
6 | | - keyfactor_hostname = var.keyfactor_hostname_10_5_0 |
7 | | - keyfactor_username = var.keyfactor_username_AD |
8 | | - keyfactor_password = var.keyfactor_password_AD |
9 | | - keyfactor_config_file = base64encode(file("${path.module}/command_config.json")) |
10 | | -} |
11 | | - |
12 | | -module "keyfactor_github_test_environment_10_5_0_CLEAN" { |
13 | | - source = "git::ssh://git@github.com/Keyfactor/terraform-module-keyfactor-github-test-environment-ad.git?ref=main" |
14 | | - |
15 | | - gh_environment_name = "KFC_10_5_0_CLEAN" |
16 | | - gh_repo_name = data.github_repository.repo.name |
17 | | - keyfactor_hostname = var.keyfactor_hostname_10_5_0_CLEAN |
18 | | - keyfactor_username = var.keyfactor_username_AD |
19 | | - keyfactor_password = var.keyfactor_password_AD |
20 | | - keyfactor_config_file = base64encode(file("${path.module}/command_config.json")) |
21 | | -} |
22 | | - |
23 | | -module "keyfactor_github_test_environment_11_5_0" { |
24 | | - source = "git::ssh://git@github.com/Keyfactor/terraform-module-keyfactor-github-test-environment-ad.git?ref=main" |
25 | | - |
26 | | - gh_environment_name = "KFC_11_5_0" |
27 | | - gh_repo_name = data.github_repository.repo.name |
28 | | - keyfactor_hostname = var.keyfactor_hostname_11_5_0 |
29 | | - keyfactor_username = var.keyfactor_username_AD |
30 | | - keyfactor_password = var.keyfactor_password_AD |
31 | | - keyfactor_config_file = base64encode(file("${path.module}/command_config.json")) |
32 | | -} |
33 | | - |
34 | | -module "keyfactor_github_test_environment_11_5_0_CLEAN" { |
35 | | - source = "git::ssh://git@github.com/Keyfactor/terraform-module-keyfactor-github-test-environment-ad.git?ref=main" |
36 | | - |
37 | | - gh_environment_name = "KFC_11_5_0_CLEAN" |
38 | | - gh_repo_name = data.github_repository.repo.name |
39 | | - keyfactor_hostname = var.keyfactor_hostname_11_5_0_CLEAN |
40 | | - keyfactor_username = var.keyfactor_username_AD |
41 | | - keyfactor_password = var.keyfactor_password_AD |
42 | | - keyfactor_config_file = base64encode(file("${path.module}/command_config.json")) |
43 | | -} |
44 | | - |
45 | | -module "keyfactor_github_test_environment_11_5_0_OAUTH" { |
46 | | - source = "git::ssh://git@github.com/Keyfactor/terraform-module-keyfactor-github-test-environment-ad.git?ref=main" |
47 | | - |
48 | | - gh_environment_name = "KFC_11_5_0_OAUTH" |
49 | | - gh_repo_name = data.github_repository.repo.name |
50 | | - keyfactor_hostname = var.keyfactor_hostname_11_5_0_OAUTH |
51 | | - keyfactor_auth_token_url = var.keyfactor_auth_token_url |
52 | | - keyfactor_client_id = var.keyfactor_client_id |
53 | | - keyfactor_client_secret = var.keyfactor_client_secret |
54 | | - keyfactor_tls_skip_verify = true |
55 | | - keyfactor_config_file = base64encode(file("${path.module}/command_config.json")) |
56 | | -} |
57 | | - |
58 | | -module "keyfactor_github_test_environment_11_5_0_OAUTH_CLEAN" { |
59 | | - source = "git::ssh://git@github.com/Keyfactor/terraform-module-keyfactor-github-test-environment-ad.git?ref=main" |
60 | | - |
61 | | - gh_environment_name = "KFC_11_5_0_OAUTH_CLEAN" |
| 4 | + gh_environment_name = "SES_2541" |
62 | 5 | gh_repo_name = data.github_repository.repo.name |
63 | | - keyfactor_hostname = var.keyfactor_hostname_11_5_0_OAUTH_CLEAN |
64 | | - keyfactor_auth_token_url = var.keyfactor_auth_token_url |
65 | | - keyfactor_client_id = var.keyfactor_client_id |
66 | | - keyfactor_client_secret = var.keyfactor_client_secret |
| 6 | + keyfactor_hostname = var.ses_2541_hostname |
| 7 | + keyfactor_auth_token_url = var.ses_2541_auth_token_url |
| 8 | + keyfactor_client_id = var.ses_2541_client_id |
| 9 | + keyfactor_client_secret = var.ses_2541_client_secret |
67 | 10 | keyfactor_tls_skip_verify = true |
68 | | - keyfactor_config_file = base64encode(file("${path.module}/command_config.json")) |
| 11 | + keyfactor_config_file = base64encode(file("${path.module}/ses2541_command_config.json")) |
69 | 12 | } |
70 | | - |
71 | | -module "keyfactor_github_test_environment_12_3_0_AD" { |
72 | | - source = "git::ssh://git@github.com/Keyfactor/terraform-module-keyfactor-github-test-environment-ad.git?ref=main" |
73 | | - gh_environment_name = "KFC_12_3_0_AD" |
74 | | - gh_repo_name = data.github_repository.repo.name |
75 | | - keyfactor_hostname = var.keyfactor_hostname_12_3_0 |
76 | | - keyfactor_username = var.keyfactor_username_AD |
77 | | - keyfactor_password = var.keyfactor_password_AD |
78 | | - keyfactor_tls_skip_verify = true |
79 | | - keyfactor_config_file = base64encode(file("${path.module}/command_config.json")) |
80 | | -} |
81 | | - |
82 | | - |
83 | | - |
0 commit comments