{"id":19267679,"url":"https://github.com/binary-braids/terraform-oracle","last_synced_at":"2026-03-19T09:01:51.342Z","repository":{"id":157568688,"uuid":"601940578","full_name":"binary-braids/terraform-oracle","owner":"binary-braids","description":"Collection of Terraform modules for Oracle Cloud","archived":false,"fork":false,"pushed_at":"2026-02-03T17:57:46.000Z","size":6750,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-04T07:21:17.403Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/binary-braids.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-02-15T06:38:30.000Z","updated_at":"2025-08-24T15:49:54.000Z","dependencies_parsed_at":"2023-12-07T20:24:03.486Z","dependency_job_id":"d467f18d-cf68-4bda-9081-8c8debd51cb2","html_url":"https://github.com/binary-braids/terraform-oracle","commit_stats":null,"previous_names":["data-tangles/terraform-oracle","binary-braids/terraform-oracle"],"tags_count":871,"template":false,"template_full_name":null,"purl":"pkg:github/binary-braids/terraform-oracle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binary-braids%2Fterraform-oracle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binary-braids%2Fterraform-oracle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binary-braids%2Fterraform-oracle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binary-braids%2Fterraform-oracle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binary-braids","download_url":"https://codeload.github.com/binary-braids/terraform-oracle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binary-braids%2Fterraform-oracle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29545580,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T13:00:00.370Z","status":"ssl_error","status_checked_at":"2026-02-17T12:57:14.072Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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-09T20:13:44.745Z","updated_at":"2026-02-17T13:32:01.507Z","avatar_url":"https://github.com/binary-braids.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![terraform](https://img.shields.io/badge/Terraform-purple?style=for-the-badge\u0026logo=terraform)](https://www.terraform.io/)\n[![oracle-cloud](https://img.shields.io/badge/Oracle-cloud-red?style=for-the-badge\u0026logo=oracle)](https://www.oracle.com/cloud/)\n[![renovate](https://img.shields.io/badge/renovate-enabled-brightgreen?style=for-the-badge\u0026logo=renovatebot)](https://github.com/renovatebot/renovate)\n\n# terraform-oracle\nCollection of Terraform modules for Oracle Cloud\n\n## Overview\nThis repository contains a collection of Terraform modules for managing Oracle Cloud Infrastructure (OCI) resources. The modules are designed to be reusable and can be combined to create complex infrastructure setups.\n\n## Directory Structure\n- **01_networking/**: Contains Terraform configurations for setting up networking components such as VCNs, subnets, and security lists.\n- **core_instance/**: Contains Terraform configurations for provisioning core instances, including Docker, management, and k3s nodes.\n- **object_storage/**: Contains Terraform configurations for setting up object storage buckets.\n\n## Getting Started\nTo get started with these modules, you will need to have Terraform installed on your machine. You can download Terraform from the [official website](https://www.terraform.io/downloads.html).\n\n### Prerequisites\n- Terraform \u003e= 1.0\n- Oracle Cloud Infrastructure account\n- OCI CLI installed and configured\n\n### Usage\n1. Clone the repository:\n    ```sh\n    git clone https://github.com/binary-braids/terraform-oracle.git\n    cd terraform-oracle\n    ```\n\n2. Navigate to the desired module directory (e.g., `01_networking`):\n    ```sh\n    cd 01_networking\n    ```\n\n3. Initialize Terraform:\n    ```sh\n    terraform init\n    ```\n\n4. Review and modify the `terraform.tfvars` file to match your environment.\n\n5. Plan and apply the Terraform configuration:\n    ```sh\n    terraform plan\n    terraform apply\n    ```\n\n## CI/CD\nThis repository uses GitHub Actions for continuous integration and deployment. The workflows are defined in the [workflows](http://_vscodecontentref_/3) directory.\n\n### Workflows\n- **networking.yml**: CI/CD pipeline for networking components.\n- **compute.yml**: CI/CD pipeline for core instances.\n- **storage.yml**: CI/CD pipeline for object storage.\n- **validation.yml**: CI pipeline for validating Terraform configurations.\n\n## Contributing\nWe welcome contributions to this repository. If you have an idea for a new feature or have found a bug, please open an issue or submit a pull request.\n\n### Steps to Contribute\n1. Fork the repository.\n2. Create a new branch for your feature or bugfix.\n3. Make your changes and commit them with a clear message.\n4. Push your changes to your fork.\n5. Open a pull request to the main repository.\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](http://_vscodecontentref_/4) file for details.\n\n## Contact\nFor any questions or support, please open an issue or contact the repository owner.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinary-braids%2Fterraform-oracle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinary-braids%2Fterraform-oracle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinary-braids%2Fterraform-oracle/lists"}