{"id":25195717,"url":"https://github.com/brikis98/terraform-book-devops","last_synced_at":"2025-05-08T07:47:48.956Z","repository":{"id":275328675,"uuid":"925755348","full_name":"brikis98/terraform-book-devops","owner":"brikis98","description":"OpenTofu/Terraform modules for the book and blog post series \"Fundamentals of DevOps and Software Delivery\" by Yevgeniy Brikman","archived":false,"fork":false,"pushed_at":"2025-03-11T15:45:34.000Z","size":45,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-08T07:47:39.558Z","etag":null,"topics":["ci-cd","devops","infrastructure-as-code","monitoring","networking","opentofu","orchestration","software-delivery","terraform"],"latest_commit_sha":null,"homepage":"https://www.fundamentals-of-devops.com/","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/brikis98.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2025-02-01T17:09:01.000Z","updated_at":"2025-04-19T18:45:36.000Z","dependencies_parsed_at":"2025-02-17T02:30:50.016Z","dependency_job_id":"197ede66-d287-4bd1-a1ca-a6f843cea508","html_url":"https://github.com/brikis98/terraform-book-devops","commit_stats":null,"previous_names":["brikis98/terraform-book-devops"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brikis98%2Fterraform-book-devops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brikis98%2Fterraform-book-devops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brikis98%2Fterraform-book-devops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brikis98%2Fterraform-book-devops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brikis98","download_url":"https://codeload.github.com/brikis98/terraform-book-devops/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253025335,"owners_count":21842409,"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":["ci-cd","devops","infrastructure-as-code","monitoring","networking","opentofu","orchestration","software-delivery","terraform"],"created_at":"2025-02-10T01:28:18.100Z","updated_at":"2025-05-08T07:47:48.940Z","avatar_url":"https://github.com/brikis98.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# _Fundamentals of DevOps and Software Delivery_ OpenTofu/Terraform  Modules\n\nThis repo contains the reusable OpenTofu/Terraform modules for the book and blog post series [_Fundamentals of DevOps \nand Software Delivery_](https://www.fundamentals-of-devops.com) by Yevgeniy Brikman. The full sample code for the book is in another repo,\nhttps://github.com/brikis98/devops-book, but in order to make the modules available in the OpenTofu and Terraform \nregistries, the repo must be named `terraform-\u003cprovider\u003e-\u003cmodule\u003e`, so this repo exists solely to meet those naming\nrequirements.\n\n\u003e [!IMPORTANT]  \n\u003e This repo contains example code for learning and experimenting only, in conjunction with the book and blog post\n\u003e series. This code is _not_ designed for direct production usage. If you're looking for code you can use directly in\n\u003e production, check out the [Gruntwork Library](https://www.gruntwork.io/products/library).\n\n## Quick start\n\nAll the real modules in this repo are in the `/modules` sub-folder. To use version `\u003cVERSION\u003e` of module \n`\u003cMODULE_NAME\u003e`:\n\n```terraform\nmodule \"\u003cNAME\u003e\" {\n  source  = \"brikis98/devops/book//modules/\u003cMODULE_NAME\u003e\"\n  version = \"\u003cVERSION\u003e\"\n}\n```\n\nFor example, to use version 1.0.0 of the `ec2-instance` module:\n\n```terraform\nmodule \"ec2_instance\" {\n  source  = \"brikis98/devops/book//modules/ec2-instance\"\n  version = \"1.0.0\"\n}\n```\n\n## License\n\nThis code is released under the MIT License. See [LICENSE.txt](./LICENSE.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrikis98%2Fterraform-book-devops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrikis98%2Fterraform-book-devops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrikis98%2Fterraform-book-devops/lists"}