Skip to content

Commit

Permalink
mupdate defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jul 19, 2022
1 parent d9f890b commit 7df8990
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ No modules.
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_additional_policies"></a> [additional\_policies](#input\_additional\_policies) | ARNs of additional IAM policies to add to created group | `list(string)` | `[]` | no |
| <a name="input_contact"></a> [contact](#input\_contact) | Census username contact | `string` | `""` | no |
| <a name="input_contact"></a> [contact](#input\_contact) | Census username contact | `string` | `"rozar001"` | no |
| <a name="input_create_access_keys"></a> [create\_access\_keys](#input\_create\_access\_keys) | Set to 1 or true to create access keys | `bool` | `false` | no |
| <a name="input_email_addresses"></a> [email\_addresses](#input\_email\_addresses) | Security Audit IAM Email Contact List(s) | `list(string)` | <pre>[<br> "ois.compliance.scanning.group@census.gov"<br>]</pre> | no |
| <a name="input_email_addresses"></a> [email\_addresses](#input\_email\_addresses) | Security Audit IAM Email Contact List(s) | `list(string)` | <pre>[<br> "oiscybersecurityengineering@uscensus.onmicrosoft.com"<br>]</pre> | no |
| <a name="input_group"></a> [group](#input\_group) | Security Audit IAM group name | `string` | `"g-inf-security-audit"` | no |
| <a name="input_pgp_key"></a> [pgp\_key](#input\_pgp\_key) | PGP key used to encrypt access key | `string` | `null` | no |
| <a name="input_policy"></a> [policy](#input\_policy) | Security Audit IAM Policy name | `string` | `"p-inf-security-audit"` | no |
Expand Down
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ variable "users" {
variable "email_addresses" {
description = "Security Audit IAM Email Contact List(s)"
type = list(string)
default = ["ois.compliance.scanning.group@census.gov"]
default = ["oiscybersecurityengineering@uscensus.onmicrosoft.com"]
}

variable "policy" {
Expand All @@ -39,7 +39,7 @@ variable "pgp_key" {
variable "contact" {
description = "Census username contact"
type = string
default = ""
default = "rozar001"
}

variable "reference" {
Expand Down

0 comments on commit 7df8990

Please sign in to comment.