{"id":15652064,"url":"https://github.com/brikis98/devops-book","last_synced_at":"2025-04-23T16:05:52.355Z","repository":{"id":240576110,"uuid":"777922229","full_name":"brikis98/devops-book","owner":"brikis98","description":"Code samples for the book and blog post series \"Fundamentals of DevOps and Software Delivery\" by Yevgeniy Brikman","archived":false,"fork":false,"pushed_at":"2025-03-12T18:03:34.000Z","size":57919,"stargazers_count":53,"open_issues_count":0,"forks_count":14,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-23T16:05:47.599Z","etag":null,"topics":["ci-cd","devops","infrastructure-as-code","monitoring","networking","orchestration","software-delivery"],"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":"2024-03-26T18:51:29.000Z","updated_at":"2025-04-21T10:34:56.000Z","dependencies_parsed_at":"2024-05-19T21:43:34.612Z","dependency_job_id":"edd604c5-53a1-492d-857e-acd4028dbafa","html_url":"https://github.com/brikis98/devops-book","commit_stats":{"total_commits":72,"total_committers":1,"mean_commits":72.0,"dds":0.0,"last_synced_commit":"3d4bc6b4c315c58f07f9c3313c42f42ae9891236"},"previous_names":["brikis98/fundamentals-of-devops-code","brikis98/devops-book"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brikis98%2Fdevops-book","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brikis98%2Fdevops-book/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brikis98%2Fdevops-book/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brikis98%2Fdevops-book/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brikis98","download_url":"https://codeload.github.com/brikis98/devops-book/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250468273,"owners_count":21435452,"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","orchestration","software-delivery"],"created_at":"2024-10-03T12:41:11.958Z","updated_at":"2025-04-23T16:05:52.332Z","avatar_url":"https://github.com/brikis98.png","language":"HCL","readme":"# _Fundamentals of DevOps and Software Delivery_ Code\n\nThis repo contains the sample code for the book and blog post series [_Fundamentals of DevOps and Software \nDelivery_](https://www.fundamentals-of-devops.com) by Yevgeniy Brikman.\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\nThe code samples are organized by chapter (e.g., `ch1`, `ch2`, etc.), and within each chapter, by tool (e.g., `ansible`, \n`kubernetes`, `tofu`). For example, the example Packer template in Chapter 2 will be in the folder `ch2/packer`, and \nthe example OpenTofu module called `lambda` in Chapter 3 will be in the folder `ch3/tofu/modules/lambda`.\n\nIt's worth noting that most of the examples show you what the code looks like at the _end_ of a chapter. If\nyou want to maximize your learning, you're better off writing the code yourself, from scratch, and checking the\n\"official\" solutions only at the very end.\n\n## OpenTofu/Terraform modules and the OpenTofu/Terraform Registries\n\nNote that the reusable OpenTofu/Terraform modules from this repo have been published to another repo,\nhttps://github.com/brikis98/terraform-book-devops, so that they can be published to the OpenTofu/Terraform Registries.\nThis allows you to consume those modules using registry URLs, such as:\n\n```terraform\nmodule \"ec2_instance\" {\n  source  = \"brikis98/devops/book//modules/ec2-instance\"\n  version = \"1.0.0\"\n}\n```\n\nPlease see https://github.com/brikis98/terraform-book-devops for more details.\n\n## License\n\nThis code is released under the MIT License. See [LICENSE.txt](./LICENSE.txt).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrikis98%2Fdevops-book","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrikis98%2Fdevops-book","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrikis98%2Fdevops-book/lists"}