{"id":20112799,"url":"https://github.com/cloudacademy/terraform-module-aws-bedrock-logs","last_synced_at":"2026-02-16T18:36:21.157Z","repository":{"id":255732210,"uuid":"853480337","full_name":"cloudacademy/terraform-module-aws-bedrock-logs","owner":"cloudacademy","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-06T19:18:40.000Z","size":1,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-07T01:32:00.069Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudacademy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-06T18:35:49.000Z","updated_at":"2024-09-18T17:01:09.000Z","dependencies_parsed_at":"2024-09-06T23:09:31.252Z","dependency_job_id":null,"html_url":"https://github.com/cloudacademy/terraform-module-aws-bedrock-logs","commit_stats":null,"previous_names":["cloudacademy/terraform-module-aws-bedrock-logs"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cloudacademy/terraform-module-aws-bedrock-logs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacademy%2Fterraform-module-aws-bedrock-logs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacademy%2Fterraform-module-aws-bedrock-logs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacademy%2Fterraform-module-aws-bedrock-logs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacademy%2Fterraform-module-aws-bedrock-logs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudacademy","download_url":"https://codeload.github.com/cloudacademy/terraform-module-aws-bedrock-logs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacademy%2Fterraform-module-aws-bedrock-logs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29514739,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T17:46:34.542Z","status":"ssl_error","status_checked_at":"2026-02-16T17:46:30.907Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-13T18:22:27.704Z","updated_at":"2026-02-16T18:36:21.131Z","avatar_url":"https://github.com/cloudacademy.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Amazon Bedrock Logs Terraform Module\n\nA Terraform module for creating an Amazon Bedrock CloudWatch Log group. The log group is created to store invocation logs from Amazon Bedrock. The module creates a Lambda function that performs the `PutModelInvocationLoggingConfiguration` API call to enable logging for Bedrock. The logs are used to indicate whether an Amazon Bedrock model has been invoked for validation check functions in labs.\n\nSee the [variables.tf](variables.tf) file for configurable options.\n\n## Testing locally\n\nDefaults are set for all variables in the module. To override the defaults, create a `vars.tfvars` file with the variable names and updated values found in the `variables.tf` file.\n\nThen run the following commands:\n\n```bash\nterraform init\nterraform plan\nterraform apply -auto-approve\n```\n\nLogs will appear once an enabled Amazon Bedrock model is invoked. The logs will be stored in the CloudWatch log group created by the module ('/aws/bedrock/logs'). \n\nTo destroy the instance, run:\n\n```bash\nterraform destroy -auto-approve\n```\n\n## Usage\n\nTo use in a lab Terraform configuration, add the following code to your template:\n\n```hcl\nmodule aws_bedrock_logs {\n    source = \"github.com/cloudacademy/terraform-module-aws-bedrock-logs\"\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudacademy%2Fterraform-module-aws-bedrock-logs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudacademy%2Fterraform-module-aws-bedrock-logs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudacademy%2Fterraform-module-aws-bedrock-logs/lists"}