You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_account_name"></a> [account\_name](#input\_account\_name)| The account name for use in alarm description. |`string`| n/a |yes|
47
-
| <aname="input_iam_role_arn"></a> [iam\_role\_arn](#input\_iam\_role\_arn)| The ARN of the IAM Role to use (creates a new one if set to `null`) |`string`|`null`| no |
48
-
| <aname="input_internet_egress_security_group_id"></a> [internet\_egress\_security\_group\_id](#input\_internet\_egress\_security\_group\_id)| security group id that allows internet outbound calls to port 443 |`string`| n/a |yes|
49
-
| <aname="input_kms_key_arn"></a> [kms\_key\_arn](#input\_kms\_key\_arn)| ARN of the key to give to Lambda for access |`string`| n/a |yes|
50
-
| <aname="input_lambda_runtime"></a> [lambda\_runtime](#input\_lambda\_runtime)| Python runtime to use for this lambda |`string`|`"python3.9"`| no |
51
-
| <aname="input_permissions_boundary_arn"></a> [permissions\_boundary\_arn](#input\_permissions\_boundary\_arn)| The ARN of the policy that is used to set the permissions boundary for the IAM roles. |`string`|`null`| no |
52
-
| <aname="input_prefix"></a> [prefix](#input\_prefix)| prefix name, can be a team or product name. E.g., 'SRE' |`string`| n/a |yes|
53
-
| <aname="input_subnet_ids"></a> [subnet\_ids](#input\_subnet\_ids)| Subnets that Lambda will be created with in the VPC |`list(string)`| n/a |yes|
54
-
| <aname="input_timeout"></a> [timeout](#input\_timeout)| Timeout value for the lambda |`number`|`300`| no |
55
-
| <aname="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id)| VPC ID to attach the IP Address Release lambda to. |`string`| n/a |yes|
44
+
| Name | Description | Type | Default | Required |
| <aname="input_account_name"></a> [account\_name](#input\_account\_name)| The account name for use in alarm description. |`string`| n/a |yes |
47
+
| <aname="input_iam_role_arn"></a> [iam\_role\_arn](#input\_iam\_role\_arn)| The ARN of the IAM Role to use (creates a new one if set to `null`) |`string`|`null`| no|
48
+
| <aname="input_internet_egress_security_group_id"></a> [internet\_egress\_security\_group\_id](#input\_internet\_egress\_security\_group\_id)| security group id that allows internet outbound calls to port 443 |`string`| n/a |yes |
49
+
| <aname="input_kms_key_arn"></a> [kms\_key\_arn](#input\_kms\_key\_arn)| ARN of the key to give to Lambda for access |`string`| n/a |yes |
50
+
| <aname="input_lambda_runtime"></a> [lambda\_runtime](#input\_lambda\_runtime)| Python runtime to use for this lambda |`string`|`"python3.9"`|no|
51
+
| <aname="input_permissions_boundary_arn"></a> [permissions\_boundary\_arn](#input\_permissions\_boundary\_arn)| The ARN of the policy that is used to set the permissions boundary for the IAM roles. |`string`|`null`| no|
52
+
| <aname="input_prefix"></a> [prefix](#input\_prefix)| prefix name, can be a team or product name. E.g., 'SRE' |`string`| n/a |yes |
53
+
| <aname="input_subnet_ids"></a> [subnet\_ids](#input\_subnet\_ids)| Subnets that Lambda will be created with in the VPC |`list(string)`| n/a |yes |
54
+
| <aname="input_timeout"></a> [timeout](#input\_timeout)| Timeout value for the lambda |`number`|`300`| no|
55
+
| <aname="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id)| VPC ID to attach the IP Address Release lambda to. |`string`| n/a |yes |
0 commit comments