{"id":15156136,"url":"https://github.com/vishallas/terraform-module-s3","last_synced_at":"2026-01-21T10:36:50.396Z","repository":{"id":219356668,"uuid":"748756771","full_name":"Vishallas/terraform-module-s3","owner":"Vishallas","description":"Terraform module for AWS S3 bucket creation.","archived":false,"fork":false,"pushed_at":"2024-01-27T04:57:28.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T15:26:44.589Z","etag":null,"topics":["aws-s3","terraform","terraform-modules"],"latest_commit_sha":null,"homepage":"","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/Vishallas.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-01-26T17:40:58.000Z","updated_at":"2024-01-26T21:55:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"8da31281-d4cd-41a4-9518-8631f795b336","html_url":"https://github.com/Vishallas/terraform-module-s3","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"417428a6438341a556e843b3e832b29b84973e14"},"previous_names":["vishallas/terraform-module-s3"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vishallas%2Fterraform-module-s3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vishallas%2Fterraform-module-s3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vishallas%2Fterraform-module-s3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vishallas%2Fterraform-module-s3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vishallas","download_url":"https://codeload.github.com/Vishallas/terraform-module-s3/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247655216,"owners_count":20974145,"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-s3","terraform","terraform-modules"],"created_at":"2024-09-26T19:01:20.821Z","updated_at":"2026-01-21T10:36:50.354Z","avatar_url":"https://github.com/Vishallas.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# S3 module\n\nCreating S3 buckets with differnent configurations.\n\n## Usage\n\n### Private bucket with versioning enabled\n\n```\nmodule \"s3_bucket\" {\n  source     = \"github.com/vishallas/terraform-module-s3\"\n  bucket     = \"my-s3-bucket\"\n  acl        = \"private\"\n  versioning = true\n}\n```\n\n## Inputs\n\n|       Name        |       Description     |   Type    |   Default   |   Required   |\n|-------------------|-----------------------|-----------|-------------|--------------|\n|       bucket      | A globally unique name for bucket| `string` | null | yes  |\n|        acl        | The canned ACL to apply. Valid values are `private`, `public-read`, `public-read-write`and ` aws-exec-read`. Defaults value will be private. | `string` | `private` | no |\n|       versioning      | To enable the bucket versioning. Valid value are `true` and default `false`. | `bool` | `false` | no |\n\n## ouputs\n\n|   Name    |   Description     |\n|-----------|-------------------|\n| bucket_arn | The arn of the bucket. |\n| bucket_domain_name | The domain name of the bucket. |\n| bucket_id | The name of the bucket. |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvishallas%2Fterraform-module-s3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvishallas%2Fterraform-module-s3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvishallas%2Fterraform-module-s3/lists"}