{"id":22861889,"url":"https://github.com/escapace/terraform-null-template-directory","last_synced_at":"2025-03-31T08:44:04.959Z","repository":{"id":84825934,"uuid":"270651848","full_name":"escapace/terraform-null-template-directory","owner":"escapace","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-14T09:49:14.000Z","size":154,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"trunk","last_synced_at":"2025-02-06T13:18:36.017Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/escapace.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":"2020-06-08T12:01:02.000Z","updated_at":"2024-12-14T09:51:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"af8d4bff-bfda-4d57-8bc6-0f7940c0240a","html_url":"https://github.com/escapace/terraform-null-template-directory","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":"escapace/terraform-null-label","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escapace%2Fterraform-null-template-directory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escapace%2Fterraform-null-template-directory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escapace%2Fterraform-null-template-directory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escapace%2Fterraform-null-template-directory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/escapace","download_url":"https://codeload.github.com/escapace/terraform-null-template-directory/tar.gz/refs/heads/trunk","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246443520,"owners_count":20778247,"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":["terraform","terraform-module"],"created_at":"2024-12-13T10:11:28.868Z","updated_at":"2025-03-31T08:44:04.940Z","avatar_url":"https://github.com/escapace.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- BEGIN_TF_DOCS --\u003e\n\n## Inputs\n\n| Name                 | Description                                                                                                              | Type           | Default                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Required |\n| -------------------- | ------------------------------------------------------------------------------------------------------------------------ | -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------: |\n| base_dir             | The base directory in which this module will search for static files and templates.                                      | `string`       | n/a                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |   yes    |\n| default_file_type    | The Content-Type value to use for any files that don't match one of the suffixes given in file_types.                    | `string`       | `\"application/octet-stream\"`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |    no    |\n| exclude              | Regular expression patterns to exclude file names.                                                                       | `list(string)` | `[]`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |    no    |\n| file_types           | Map from file suffixes, which must begin with a period and contain no periods, to the corresponding Content-Type values. | `map(string)`  | `{ \".3g2\": \"video/3gpp2\", \".3gp\": \"video/3gpp\", \".atom\": \"application/atom+xml\", \".avif\": \"image/avif\", \".avifs\": \"image/avif-sequence\", \".css\": \"text/css; charset = utf-8\", \".eot\": \"application/vnd.ms-fontobject\", \".gif\": \"image/gif\", \".heic\": \"image/heic\", \".heif\": \"image/heif\", \".htm\": \"text/html; charset = utf-8\", \".html\": \"text/html; charset = utf-8\", \".ico\": \"image/x-icon\", \".jar\": \"application/java-archive\", \".jpeg\": \"image/jpeg\", \".jpg\": \"image/jpeg\", \".js\": \"text/javascript\", \".json\": \"application/json\", \".jsonld\": \"application/ld+json\", \".otf\": \"font/otf\", \".pdf\": \"application/pdf\", \".png\": \"image/png\", \".rss\": \"application/rss+xml\", \".svg\": \"image/svg\", \".swf\": \"application/x-shockwave-flash\", \".tif\": \"image/tiff\", \".tiff\": \"image/tiff\", \".ttc\": \"font/collection\", \".ttf\": \"font/ttf\", \".txt\": \"text/plain; charset = utf-8\", \".weba\": \"audio/webm\", \".webm\": \"video/webm\", \".webp\": \"image/webp\", \".woff\": \"font/woff\", \".woff2\": \"font/woff2\", \".xhtml\": \"application/xhtml+xml\", \".xml\": \"application/xml\" }` |    no    |\n| template_file_suffix | The filename suffix that indicates that a file is a Terraform template file rather than a static file.                   | `string`       | `\".tmpl\"`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |    no    |\n| template_vars        | Variables to make available for interpolation and other expressions in template files.                                   | `any`          | `{}`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |    no    |\n\n## Outputs\n\n| Name            | Description                                                                                                      |\n| --------------- | ---------------------------------------------------------------------------------------------------------------- |\n| files           | Map from relative file paths to objects describing all of the files. See the module README for more information. |\n| files_in_memory | A filtered version of the files output that includes only entries that have rendered content in memory.          |\n| files_on_disk   | A filtered version of the files output that includes only entries that point to static files on disk.            |\n\n## Requirements\n\n| Name      | Version |\n| --------- | ------- |\n| terraform | \u003e=1.9.8 |\n\n\u003c!-- END_TF_DOCS --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fescapace%2Fterraform-null-template-directory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fescapace%2Fterraform-null-template-directory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fescapace%2Fterraform-null-template-directory/lists"}