{"id":18930105,"url":"https://github.com/labd/terraform-aws-static-site","last_synced_at":"2026-03-19T07:10:21.569Z","repository":{"id":36961709,"uuid":"188975451","full_name":"labd/terraform-aws-static-site","owner":"labd","description":"AWS static site module for Terraform, with support for basic authentication","archived":false,"fork":false,"pushed_at":"2024-01-26T09:29:00.000Z","size":35,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-10-19T21:44:50.753Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/labd.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-28T07:18:51.000Z","updated_at":"2022-06-20T07:49:58.000Z","dependencies_parsed_at":"2024-01-26T11:44:55.283Z","dependency_job_id":null,"html_url":"https://github.com/labd/terraform-aws-static-site","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/labd/terraform-aws-static-site","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Fterraform-aws-static-site","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Fterraform-aws-static-site/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Fterraform-aws-static-site/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Fterraform-aws-static-site/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/labd","download_url":"https://codeload.github.com/labd/terraform-aws-static-site/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Fterraform-aws-static-site/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29691044,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T18:18:25.093Z","status":"ssl_error","status_checked_at":"2026-02-21T18:18:22.435Z","response_time":107,"last_error":"SSL_read: 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-08T11:36:32.794Z","updated_at":"2026-02-21T19:31:30.189Z","avatar_url":"https://github.com/labd.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"Terraform AWS Static Site\n=========================\n\nUsage\n-----\n\n```\nmodule \"static_site\" {\n  source = \"git::ssh://git@github.com/labd/terraform-aws-static-site\"\n\n  name                = \"full-name-for-s3-bucket\"\n  description         = \"Description for CloudFront\"            # Optional\n  deploy_role_arn     = \"${module.ecs_deploy_role.role_arn}\"\n  ssl_certificate_arn = \"...\"                                   # Certificate has to be within the US-East-1 region\n\n  authentication = [\n    \"username:password\",\n  ]\n\n  domains = [\n    \"sub.example.com\",\n  ]\n\n  providers = {\n    aws        = \"aws\"\n    aws.useast = \"aws.useast\"  # Required for Lambda@Edge\n  }\n}\n```\n\nOutput\n------\n\n - domain_name = CloudFront domain name for Route53\n - hosted_zone_id = CloudFront hosted zone id for Route53\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabd%2Fterraform-aws-static-site","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flabd%2Fterraform-aws-static-site","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabd%2Fterraform-aws-static-site/lists"}