Skip to content

Commit

Permalink
Merge pull request #5 from BCDevOps/remove-ministry-tag
Browse files Browse the repository at this point in the history
Update variables.tf
  • Loading branch information
prabhukiran9999 authored Sep 11, 2023
2 parents cc7d630 + 3e12a05 commit 04ef86e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ No modules.
| <a name="input_kc_terraform_auth_client_id"></a> [kc\_terraform\_auth\_client\_id](#input\_kc\_terraform\_auth\_client\_id) | Client ID of client that terraform will authenticate against in order to do its work. | `string` | n/a | yes |
| <a name="input_kc_terraform_auth_client_secret"></a> [kc\_terraform\_auth\_client\_secret](#input\_kc\_terraform\_auth\_client\_secret) | Client secret used by Terraform KeyCloak provider authenticate against KeyCloak. | `string` | n/a | yes |
| <a name="input_project_accounts"></a> [project\_accounts](#input\_project\_accounts) | A map of the project accounts (with structure matching output of aws\_organizations\_account) for which we will be creating roles and IDP resources, keyed by the name of the envrionment. | `map(any)` | n/a | yes |
| <a name="input_project_spec"></a> [project\_spec](#input\_project\_spec) | List of projects/(accounts) that product teams' workloads run within. | <pre>object({<br> identifier = string<br> name = string<br> tags = object({<br> account_coding = string<br> ministry_name = string<br> admin_contact_email = string<br> admin_contact_name = string<br> billing_group = string<br> additional_contacts = optional(list(object({<br> name = optional(string, null)<br> email = optional(string, null)<br> })))<br> })<br> accounts = list(object({<br> name = string<br> environment = string<br> }))<br> })</pre> | n/a | yes |
| <a name="input_project_spec"></a> [project\_spec](#input\_project\_spec) | List of projects/(accounts) that product teams' workloads run within. | <pre>object({<br> identifier = string<br> name = string<br> tags = object({<br> account_coding = string<br> # ministry_name = string<br> admin_contact_email = string<br> admin_contact_name = string<br> billing_group = string<br> additional_contacts = optional(list(object({<br> name = optional(string, null)<br> email = optional(string, null)<br> })))<br> })<br> accounts = list(object({<br> name = string<br> environment = string<br> }))<br> })</pre> | n/a | yes |
| <a name="input_tenancy_root_group_name"></a> [tenancy\_root\_group\_name](#input\_tenancy\_root\_group\_name) | n/a | `string` | `"Project Team Groups"` | no |
| <a name="input_workload_account_role_config"></a> [workload\_account\_role\_config](#input\_workload\_account\_role\_config) | A mapping of role names to be created to (existing) policy arns. | <pre>list(object({<br> aws_role_name = string<br> aws_policy_arns = list(string)<br> keycloak_group_name = string<br> environments = list(string)<br> }))</pre> | n/a | yes |

Expand Down
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ variable "project_spec" {
identifier = string
name = string
tags = object({
account_coding = string
ministry_name = string
account_coding = string
# ministry_name = string
admin_contact_email = string
admin_contact_name = string
billing_group = string
Expand Down

0 comments on commit 04ef86e

Please sign in to comment.