{"id":21725477,"url":"https://github.com/jameswoolfenden/terraform-aws-cloudtrail","last_synced_at":"2025-04-12T22:54:42.286Z","repository":{"id":41836541,"uuid":"239386528","full_name":"JamesWoolfenden/terraform-aws-cloudtrail","owner":"JamesWoolfenden","description":"A basic cloudtrail setup","archived":false,"fork":false,"pushed_at":"2023-04-26T15:57:41.000Z","size":112,"stargazers_count":8,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T16:55:12.926Z","etag":null,"topics":["aws","cloudtrail","module","terraform"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JamesWoolfenden.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2020-02-09T22:50:40.000Z","updated_at":"2023-03-28T07:22:23.000Z","dependencies_parsed_at":"2023-01-18T13:30:17.213Z","dependency_job_id":null,"html_url":"https://github.com/JamesWoolfenden/terraform-aws-cloudtrail","commit_stats":null,"previous_names":[],"tags_count":89,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesWoolfenden%2Fterraform-aws-cloudtrail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesWoolfenden%2Fterraform-aws-cloudtrail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesWoolfenden%2Fterraform-aws-cloudtrail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesWoolfenden%2Fterraform-aws-cloudtrail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JamesWoolfenden","download_url":"https://codeload.github.com/JamesWoolfenden/terraform-aws-cloudtrail/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248643047,"owners_count":21138353,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","cloudtrail","module","terraform"],"created_at":"2024-11-26T03:18:04.392Z","updated_at":"2025-04-12T22:54:42.268Z","avatar_url":"https://github.com/JamesWoolfenden.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-aws-cloudtrail\n\n[![Build Status](https://github.com/JamesWoolfenden/terraform-aws-cloudtrail/workflows/Verify/badge.svg?branch=master)](https://github.com/JamesWoolfenden/terraform-aws-cloudtrail)\n[![Latest Release](https://img.shields.io/github/release/JamesWoolfenden/terraform-aws-cloudtrail.svg)](https://github.com/JamesWoolfenden/terraform-aws-cloudtrail/releases/latest)\n[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/JamesWoolfenden/terraform-aws-cloudtrail.svg?label=latest)](https://github.com/JamesWoolfenden/terraform-aws-cloudtrail/releases/latest)\n![Terraform Version](https://img.shields.io/badge/tf-%3E%3D0.14.0-blue.svg)\n[![Infrastructure Tests](https://www.bridgecrew.cloud/badges/github/JamesWoolfenden/terraform-aws-cloudtrail/cis_aws)](https://www.bridgecrew.cloud/link/badge?vcs=github\u0026fullRepo=JamesWoolfenden%2Fterraform-aws-cloudtrail\u0026benchmark=CIS+AWS+V1.2)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white)](https://github.com/pre-commit/pre-commit)\n[![checkov](https://img.shields.io/badge/checkov-verified-brightgreen)](https://www.checkov.io/)\n[![Infrastructure Tests](https://www.bridgecrew.cloud/badges/github/jameswoolfenden/terraform-aws-cloudtrail/general)](https://www.bridgecrew.cloud/link/badge?vcs=github\u0026fullRepo=JamesWoolfenden%2Fterraform-aws-cloudtrail\u0026benchmark=INFRASTRUCTURE+SECURITY)\n\nThis is an updated example for using Cloudtrail that works, in addition to the trail Glue is added to support querying in Athena.\n\n---\n\nIt's 100% Open Source and licensed under the [APACHE2](LICENSE).\n\n## Introduction\n\nThis module deploys a _Cloudtrail_ set-up, with kms key and _S3_ log bucket and sets up a table for Athena with AWS Glue.\n\n## Usage\n\nInclude this repository as a module in your existing terraform code:\n\n```hcl\nmodule \"cloudtrail\" {\n  source            = \"JamesWoolfenden/cloudtrail/aws\"\n  version           = \"v0.1.3\"\n  trail             = var.trail\n}\n```\n\n## Costs\n\n```text\nTerraform directory at .\n  ✔ Running terraform plan\n  ✔ Running terraform show\n\n✔ Calculating monthly cost estimate\n\nProject: .\n\n Name                                                  Monthly Qty  Unit              Monthly Cost\n\n module.cloudtrail.aws_cloudwatch_log_group.trails\n ├─ Data ingested                                                0  GB                       $0.00\n ├─ Archival Storage                                             0  GB                       $0.00\n └─ Insights queries data scanned                                0  GB                       $0.00\n\n module.cloudtrail.aws_kms_key.cloudtrail\n ├─ Customer master key                                          1  months                   $1.00\n ├─ Requests                                        Cost depends on usage: $0.03 per 10k requests\n ├─ ECC GenerateDataKeyPair requests                Cost depends on usage: $0.10 per 10k requests\n └─ RSA GenerateDataKeyPair requests                Cost depends on usage: $0.10 per 10k requests\n\n module.cloudtrail.aws_s3_bucket.trails\n ├─ Standard - infrequent access\n │  ├─ Storage                                                   0  GB-months                $0.00\n │  ├─ PUT, COPY, POST, LIST requests                            0  1k requests              $0.00\n │  ├─ GET, SELECT, and all other requests                       0  1k requests              $0.00\n │  ├─ Lifecycle transition                                      0  1k requests              $0.00\n │  ├─ Retrievals                                                0  GB-months                $0.00\n │  ├─ Select data scanned                                       0  GB-months                $0.00\n │  └─ Select data returned                                      0  GB-months                $0.00\n ├─ One zone - infrequent access\n │  ├─ Storage                                                   0  GB-months                $0.00\n │  ├─ PUT, COPY, POST, LIST requests                            0  1k requests              $0.00\n │  ├─ GET, SELECT, and all other requests                       0  1k requests              $0.00\n │  ├─ Lifecycle transition                                      0  1k requests              $0.00\n │  ├─ Retrievals                                                0  GB-months                $0.00\n │  ├─ Select data scanned                                       0  GB-months                $0.00\n │  └─ Select data returned                                      0  GB-months                $0.00\n ├─ Glacier\n │  ├─ Storage                                                   0  GB-months                $0.00\n │  ├─ PUT, COPY, POST, LIST requests                            0  1k requests              $0.00\n │  ├─ GET, SELECT, and all other requests                       0  1k requests              $0.00\n │  ├─ Lifecycle transition                                      0  1k requests              $0.00\n │  ├─ Retrieval requests (standard)                             0  1k requests              $0.00\n │  ├─ Retrievals (standard)                                     0  GB-months                $0.00\n │  ├─ Select data scanned (standard)                            0  GB-months                $0.00\n │  ├─ Select data returned (standard)                           0  GB-months                $0.00\n │  ├─ Retrieval requests (expedited)                            0  1k requests              $0.00\n │  ├─ Retrievals (expedited)                                    0  GB-months                $0.00\n │  ├─ Select data scanned (expedited)                           0  GB-months                $0.00\n │  ├─ Select data returned (expedited)                          0  GB-months                $0.00\n │  ├─ Retrieval requests (bulk)                                 0  1k requests              $0.00\n │  ├─ Retrievals (bulk)                                         0  GB-months                $0.00\n │  ├─ Select data scanned (bulk)                                0  GB-months                $0.00\n │  ├─ Select data returned (bulk)                               0  GB-months                $0.00\n │  └─ Early delete (within 90 days)                             0  GB-months                $0.00\n ├─ Glacier deep archive\n │  ├─ Storage                                                   0  GB-months                $0.00\n │  ├─ PUT, COPY, POST, LIST requests                            0  1k requests              $0.00\n │  ├─ GET, SELECT, and all other requests                       0  1k requests              $0.00\n │  ├─ Lifecycle transition                                      0  1k requests              $0.00\n │  ├─ Retrieval requests (standard)                             0  1k requests              $0.00\n │  ├─ Retrievals (standard)                                     0  GB-months                $0.00\n │  ├─ Retrieval requests (bulk)                                 0  1k requests              $0.00\n │  ├─ Retrievals (bulk)                                         0  GB-months                $0.00\n │  └─ Early delete (within 180 days)                            0  GB-months                $0.00\n ├─ Standard\n │  ├─ Storage                                                   0  GB-months                $0.00\n │  ├─ PUT, COPY, POST, LIST requests                            0  1k requests              $0.00\n │  ├─ GET, SELECT, and all other requests                       0  1k requests              $0.00\n │  ├─ Select data scanned                                       0  GB-months                $0.00\n │  └─ Select data returned                                      0  GB-months                $0.00\n └─ Intelligent tiering\n    ├─ Storage (frequent access)                                 0  GB-months                $0.00\n    ├─ Storage (infrequent access)                               0  GB-months                $0.00\n    ├─ Monitoring and automation                                 0  1k objects               $0.00\n    ├─ PUT, COPY, POST, LIST requests                            0  1k requests              $0.00\n    ├─ GET, SELECT, and all other requests                       0  1k requests              $0.00\n    ├─ Lifecycle transition                                      0  1k requests              $0.00\n    ├─ Select data scanned                                       0  GB-months                $0.00\n    ├─ Select data returned                                      0  GB-months                $0.00\n    └─ Early delete (within 30 days)                             0  GB-months                $0.00\n\n PROJECT TOTAL                                                                               $1.00\n\n----------------------------------\nTo estimate usage-based resources use --usage-file, see https://infracost.io/usage-file\n\n3 resource types weren't estimated as they're not supported yet.\nPlease watch/star https://github.com/infracost/infracost as new resources are added regularly.\n1 x aws_cloudtrail\n1 x aws_glue_catalog_table\n1 x aws_glue_catalog_database\n```\n\n## Checks\n\nThis module has a Checkov skip added as the MFA_delete functionality is currently broken in Terraform 0.12.8. I have added an ignore so that you can manually update this item without interference.\n\n\u003c!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n## Requirements\n\nNo requirements.\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_aws\"\u003e\u003c/a\u003e [aws](#provider\\_aws) | n/a |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [aws_cloudtrail.account](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudtrail) | resource |\n| [aws_cloudwatch_log_group.trails](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_group) | resource |\n| [aws_glue_catalog_database.cloudtrail](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glue_catalog_database) | resource |\n| [aws_glue_catalog_table.cloudtrail](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glue_catalog_table) | resource |\n| [aws_iam_role.cloudtrail](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role) | resource |\n| [aws_iam_role_policy.cloudtrail](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy) | resource |\n| [aws_kms_alias.trails](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kms_alias) | resource |\n| [aws_kms_key.cloudtrail](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/kms_key) | resource |\n| [aws_s3_bucket.trails](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket) | resource |\n| [aws_s3_bucket_acl.trails](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_acl) | resource |\n| [aws_s3_bucket_lifecycle_configuration.trails](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_lifecycle_configuration) | resource |\n| [aws_s3_bucket_policy.trails](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_policy) | resource |\n| [aws_s3_bucket_public_access_block.trails](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_public_access_block) | resource |\n| [aws_s3_bucket_server_side_encryption_configuration.trails](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_server_side_encryption_configuration) | resource |\n| [aws_s3_bucket_versioning.trails](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket_versioning) | resource |\n| [aws_sns_topic.cloudtrail](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/sns_topic) | resource |\n| [aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity) | data source |\n| [aws_cloudtrail_service_account.main](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/cloudtrail_service_account) | data source |\n| [aws_region.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region) | data source |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_enable_log_file_validation\"\u003e\u003c/a\u003e [enable\\_log\\_file\\_validation](#input\\_enable\\_log\\_file\\_validation) | Bool to enable log file validation | `bool` | `true` | no |\n| \u003ca name=\"input_enable_logging\"\u003e\u003c/a\u003e [enable\\_logging](#input\\_enable\\_logging) | Toggle logging | `bool` | `true` | no |\n| \u003ca name=\"input_expiry\"\u003e\u003c/a\u003e [expiry](#input\\_expiry) | Expire logs after this many days | `number` | `30` | no |\n| \u003ca name=\"input_is_multi_region_trail\"\u003e\u003c/a\u003e [is\\_multi\\_region\\_trail](#input\\_is\\_multi\\_region\\_trail) | Is this a multi-region trail? Secure option is default | `bool` | `true` | no |\n| \u003ca name=\"input_is_organization_trail\"\u003e\u003c/a\u003e [is\\_organization\\_trail](#input\\_is\\_organization\\_trail) | Is this for an organisation? | `bool` | `false` | no |\n| \u003ca name=\"input_log_group_name\"\u003e\u003c/a\u003e [log\\_group\\_name](#input\\_log\\_group\\_name) | n/a | `string` | `\"cloudtrail\"` | no |\n| \u003ca name=\"input_retention_in_days\"\u003e\u003c/a\u003e [retention\\_in\\_days](#input\\_retention\\_in\\_days) | n/a | `number` | `90` | no |\n| \u003ca name=\"input_trail\"\u003e\u003c/a\u003e [trail](#input\\_trail) | Basic Settings for Cloudtrail | `map(any)` | \u003cpre\u003e{\u003cbr\u003e  \"include_global_service_events\": false,\u003cbr\u003e  \"name\": \"tf-trail-account\",\u003cbr\u003e  \"s3_key_prefix\": \"prefix\"\u003cbr\u003e}\u003c/pre\u003e | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_bucket\"\u003e\u003c/a\u003e [bucket](#output\\_bucket) | n/a |\n| \u003ca name=\"output_kms\"\u003e\u003c/a\u003e [kms](#output\\_kms) | n/a |\n| \u003ca name=\"output_log_group\"\u003e\u003c/a\u003e [log\\_group](#output\\_log\\_group) | n/a |\n| \u003ca name=\"output_service_account\"\u003e\u003c/a\u003e [service\\_account](#output\\_service\\_account) | n/a |\n| \u003ca name=\"output_trail\"\u003e\u003c/a\u003e [trail](#output\\_trail) | n/a |\n\u003c!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n\n## Policy\n\n\u003c!-- BEGINNING OF PRE-COMMIT-PIKE DOCS HOOK --\u003e\nThe Terraform resource required is:\n\n```golang\nresource \"aws_iam_policy\" \"terraform_pike\" {\n  name_prefix = \"terraform_pike\"\n  path        = \"/\"\n  description = \"Pike Autogenerated policy from IAC\"\n\n  policy = jsonencode({\n    \"Version\": \"2012-10-17\",\n    \"Statement\": [\n        {\n            \"Sid\": \"VisualEditor0\",\n            \"Effect\": \"Allow\",\n            \"Action\": [\n                \"SNS:CreateTopic\",\n                \"SNS:DeleteTopic\",\n                \"SNS:GetTopicAttributes\",\n                \"SNS:ListTagsForResource\",\n                \"SNS:SetTopicAttributes\"\n            ],\n            \"Resource\": [\n                \"*\"\n            ]\n        },\n        {\n            \"Sid\": \"VisualEditor1\",\n            \"Effect\": \"Allow\",\n            \"Action\": [\n                \"cloudtrail:CreateTrail\",\n                \"cloudtrail:DeleteTrail\",\n                \"cloudtrail:DescribeTrails\",\n                \"cloudtrail:GetEventSelectors\",\n                \"cloudtrail:GetTrailStatus\",\n                \"cloudtrail:ListTags\",\n                \"cloudtrail:StartLogging\",\n                \"cloudtrail:UpdateTrail\"\n            ],\n            \"Resource\": [\n                \"*\"\n            ]\n        },\n        {\n            \"Sid\": \"VisualEditor2\",\n            \"Effect\": \"Allow\",\n            \"Action\": [\n                \"glue:CreateDatabase\",\n                \"glue:CreateTable\",\n                \"glue:DeleteDatabase\",\n                \"glue:DeleteTable\",\n                \"glue:GetDatabase\",\n                \"glue:GetTable\",\n                \"glue:UpdateDatabase\",\n                \"glue:UpdateTable\"\n            ],\n            \"Resource\": [\n                \"*\"\n            ]\n        },\n        {\n            \"Sid\": \"VisualEditor3\",\n            \"Effect\": \"Allow\",\n            \"Action\": [\n                \"iam:CreateRole\",\n                \"iam:DeleteRole\",\n                \"iam:DeleteRolePolicy\",\n                \"iam:GetRole\",\n                \"iam:GetRolePolicy\",\n                \"iam:ListAttachedRolePolicies\",\n                \"iam:ListInstanceProfilesForRole\",\n                \"iam:ListRolePolicies\",\n                \"iam:PassRole\",\n                \"iam:PutRolePolicy\"\n            ],\n            \"Resource\": [\n                \"*\"\n            ]\n        },\n        {\n            \"Sid\": \"VisualEditor4\",\n            \"Effect\": \"Allow\",\n            \"Action\": [\n                \"kms:CreateAlias\",\n                \"kms:CreateKey\",\n                \"kms:DeleteAlias\",\n                \"kms:DescribeKey\",\n                \"kms:EnableKeyRotation\",\n                \"kms:GetKeyPolicy\",\n                \"kms:GetKeyRotationStatus\",\n                \"kms:ListAliases\",\n                \"kms:ListResourceTags\",\n                \"kms:PutKeyPolicy\",\n                \"kms:ScheduleKeyDeletion\"\n            ],\n            \"Resource\": [\n                \"*\"\n            ]\n        },\n        {\n            \"Sid\": \"VisualEditor5\",\n            \"Effect\": \"Allow\",\n            \"Action\": [\n                \"logs:AssociateKmsKey\",\n                \"logs:CreateLogGroup\",\n                \"logs:DeleteLogGroup\",\n                \"logs:DeleteRetentionPolicy\",\n                \"logs:DescribeLogGroups\",\n                \"logs:DisassociateKmsKey\",\n                \"logs:ListTagsLogGroup\",\n                \"logs:PutRetentionPolicy\"\n            ],\n            \"Resource\": [\n                \"*\"\n            ]\n        },\n        {\n            \"Sid\": \"VisualEditor6\",\n            \"Effect\": \"Allow\",\n            \"Action\": [\n                \"s3:CreateBucket\",\n                \"s3:DeleteBucket\",\n                \"s3:GetAccelerateConfiguration\",\n                \"s3:GetBucketAcl\",\n                \"s3:GetBucketCORS\",\n                \"s3:GetBucketLogging\",\n                \"s3:GetBucketObjectLockConfiguration\",\n                \"s3:GetBucketPolicy\",\n                \"s3:GetBucketPublicAccessBlock\",\n                \"s3:GetBucketRequestPayment\",\n                \"s3:GetBucketTagging\",\n                \"s3:GetBucketVersioning\",\n                \"s3:GetBucketWebsite\",\n                \"s3:GetEncryptionConfiguration\",\n                \"s3:GetLifecycleConfiguration\",\n                \"s3:GetObject\",\n                \"s3:GetObjectAcl\",\n                \"s3:GetReplicationConfiguration\",\n                \"s3:ListAllMyBuckets\",\n                \"s3:ListBucket\",\n                \"s3:PutBucketAcl\",\n                \"s3:PutBucketLogging\",\n                \"s3:PutBucketPolicy\",\n                \"s3:PutBucketPublicAccessBlock\",\n                \"s3:PutBucketVersioning\",\n                \"s3:PutEncryptionConfiguration\",\n                \"s3:PutLifecycleConfiguration\"\n            ],\n            \"Resource\": [\n                \"*\"\n            ]\n        }\n    ]\n})\n}\n\n\n```\n\u003c!-- END OF PRE-COMMIT-PIKE DOCS HOOK --\u003e\n\n## Help\n\n**Got a question?**\n\nFile a GitHub [issue](https://github.com/JamesWoolfenden/terraform-aws-cloudtrail/issues).\n\n## Contributing\n\n### Bug Reports \u0026 Feature Requests\n\nPlease use the [issue tracker](https://github.com/JamesWoolfenden/terraform-aws-cloudtrail/issues) to report any bugs or file feature requests.\n\n## Copyrights\n\nCopyright © 2019-2023 James Woolfenden\n\n## License\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nSee [LICENSE](LICENSE) for full details.\n\nLicensed to the Apache Software Foundation (ASF) under one\nor more contributor license agreements. See the NOTICE file\ndistributed with this work for additional information\nregarding copyright ownership. The ASF licenses this file\nto you under the Apache License, Version 2.0 (the\n\"License\"); you may not use this file except in compliance\nwith the License. You may obtain a copy of the License at\n\n\u003chttps://www.apache.org/licenses/LICENSE-2.0\u003e\n\nUnless required by applicable law or agreed to in writing,\nsoftware distributed under the License is distributed on an\n\"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\nKIND, either express or implied. See the License for the\nspecific language governing permissions and limitations\nunder the License.\n\n### Contributors\n\n[![James Woolfenden][jameswoolfenden_avatar]][jameswoolfenden_homepage]\u003cbr/\u003e[James Woolfenden][jameswoolfenden_homepage]\n\n[jameswoolfenden_homepage]: https://github.com/jameswoolfenden\n[jameswoolfenden_avatar]: https://github.com/jameswoolfenden.png?size=150\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjameswoolfenden%2Fterraform-aws-cloudtrail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjameswoolfenden%2Fterraform-aws-cloudtrail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjameswoolfenden%2Fterraform-aws-cloudtrail/lists"}