Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md and tf to 0.13 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 61 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,64 @@ module "aws-config" {
elbLoggingEnabled_s3BucketNames = "backup"
lambda_timeout = 60
}
```
```## Requirements

| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | n/a |

## Modules

No modules.

## Resources

| Name | Type |
|------|------|
| [aws_cloudwatch_log_group.s3_webserver_buckets_cloudwatch](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_group) | resource |
| [aws_config_organization_custom_rule.iam_console_login](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/config_organization_custom_rule) | resource |
| [aws_config_organization_custom_rule.s3WebserverBuckets](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/config_organization_custom_rule) | resource |
| [aws_config_organization_managed_rule.accessKeyRotated](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/config_organization_managed_rule) | resource |
| [aws_config_organization_managed_rule.dbInstanceBackupEnabled](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/config_organization_managed_rule) | resource |
| [aws_config_organization_managed_rule.ec2InstanceNoPublicIp](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/config_organization_managed_rule) | resource |
| [aws_config_organization_managed_rule.elasticsearchInVpcOnly](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/config_organization_managed_rule) | resource |
| [aws_config_organization_managed_rule.elbLoggingEnabled](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/config_organization_managed_rule) | resource |
| [aws_config_organization_managed_rule.iamRootAccessKeyCheck](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/config_organization_managed_rule) | resource |
| [aws_config_organization_managed_rule.rdsInstancePublicAccessCheck](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/config_organization_managed_rule) | resource |
| [aws_config_organization_managed_rule.resourcesTagged](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/config_organization_managed_rule) | resource |
| [aws_iam_policy.lambda_logging](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_policy) | resource |
| [aws_iam_policy.lambda_put_config_evaluations](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_policy) | resource |
| [aws_iam_role.aws_config_recorder](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role) | resource |
| [aws_iam_role.iam_console_login_role](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role) | resource |
| [aws_iam_role.s3_webserver_buckets_role](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role) | resource |
| [aws_iam_role_policy_attachment.iam_console_login_cloudwatch](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy_attachment) | resource |
| [aws_iam_role_policy_attachment.iam_console_login_config](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy_attachment) | resource |
| [aws_iam_role_policy_attachment.iam_console_login_iam_read_only](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy_attachment) | resource |
| [aws_iam_role_policy_attachment.s3_webserver_buckets_attachment_config_putevaluation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy_attachment) | resource |
| [aws_iam_role_policy_attachment.s3_webserver_buckets_attachment_s3readonly](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy_attachment) | resource |
| [aws_iam_role_policy_attachment.s3_webserver_buckets_cloudwatch](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy_attachment) | resource |
| [aws_lambda_function.iam_console_login](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_function) | resource |
| [aws_lambda_function.s3_webserver_buckets](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_function) | resource |
| [aws_lambda_permission.s3_webserver_buckets_config_permissions](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_permission) | resource |

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_accessKeyRotated_maxAccessKeyAge"></a> [accessKeyRotated\_maxAccessKeyAge](#input\_accessKeyRotated\_maxAccessKeyAge) | Every Access Key will be defined as Non-Compliant after exceeding the number of days defined in this variable | `number` | `30` | no |
| <a name="input_dbInstanceBackupEnabled_CheckReadReplicas"></a> [dbInstanceBackupEnabled\_CheckReadReplicas](#input\_dbInstanceBackupEnabled\_CheckReadReplicas) | Defines if AWS Config should Check if the RDS instance has backups enabled for the ReadReplicas | `bool` | `true` | no |
| <a name="input_dbInstanceBackupEnabled_PreferredBackupWindow"></a> [dbInstanceBackupEnabled\_PreferredBackupWindow](#input\_dbInstanceBackupEnabled\_PreferredBackupWindow) | The format is hh24:min-hh24:min. Example: 23:00-02:00 | `string` | `"22:00-24:00"` | no |
| <a name="input_dbInstanceBackupEnabled_RetentionPeriod"></a> [dbInstanceBackupEnabled\_RetentionPeriod](#input\_dbInstanceBackupEnabled\_RetentionPeriod) | The retention period in days for the RDS Databases to check | `number` | `30` | no |
| <a name="input_elbLoggingEnabled_s3BucketNames"></a> [elbLoggingEnabled\_s3BucketNames](#input\_elbLoggingEnabled\_s3BucketNames) | Comma separated list of S3 bucket names for ELB to deliver the log files | `string` | `"backup"` | no |
| <a name="input_lambda_timeout"></a> [lambda\_timeout](#input\_lambda\_timeout) | The timeout for the custom lambda scripts which define more custom AWS Config rules | `number` | `30` | no |
| <a name="input_required_tags"></a> [required\_tags](#input\_required\_tags) | A map of the required tag keys and/or values to evaluate | `map(string)` | <pre>{<br> "tag1Key": "owner"<br>}</pre> | no |

## Outputs

No outputs.