{"id":51116553,"url":"https://github.com/oracle-devrel/terraform-oci-backstage","last_synced_at":"2026-06-24T22:30:35.886Z","repository":{"id":103067296,"uuid":"456481039","full_name":"oracle-devrel/terraform-oci-backstage","owner":"oracle-devrel","description":"Deployable solution to run Backstage on OCI  - Work in Progress ⚠️","archived":false,"fork":false,"pushed_at":"2025-01-21T20:17:53.000Z","size":64,"stargazers_count":7,"open_issues_count":2,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-21T15:33:54.505Z","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":"upl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oracle-devrel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-07T11:41:00.000Z","updated_at":"2025-01-21T20:17:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"d1015258-265c-4d74-88a1-5b3f764ff656","html_url":"https://github.com/oracle-devrel/terraform-oci-backstage","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"oracle-devrel/repo-template","purl":"pkg:github/oracle-devrel/terraform-oci-backstage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-devrel%2Fterraform-oci-backstage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-devrel%2Fterraform-oci-backstage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-devrel%2Fterraform-oci-backstage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-devrel%2Fterraform-oci-backstage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oracle-devrel","download_url":"https://codeload.github.com/oracle-devrel/terraform-oci-backstage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-devrel%2Fterraform-oci-backstage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34752465,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-24T02:00:07.484Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2026-06-24T22:30:35.810Z","updated_at":"2026-06-24T22:30:35.871Z","avatar_url":"https://github.com/oracle-devrel.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Backstage on Oracle Cloud Infrastructure \n\n[![License: UPL](https://img.shields.io/badge/license-UPL-green)](https://img.shields.io/badge/license-UPL-green) \n\n\n## Deploy Backstage on a compute instance running on Oracle Cloud Infrastructure \n\nTerraform script to deploy [Backstage](https://backstage.io/) on Oracle Cloud Infrastructure compute instance.\n\n## Introduction\nThis project enables you to create and configure network and compute resources on OCI and launch a Backstage instance.\n\n\n## Architecture Diagram\n\n![Backstage deployment architecture diagram](docs/images/tf-backstage.png)\n\n\u003e Warning: the backstage instance is exposed on Internet with port 3000 and 7007 open.\n### Prerequisites\nYou will need to collect the following information before you start:\n\n1. your OCI provider authentication values\n2. SSH public key\n3. a compartment OCID in which the instances will be created (optional)\n## Getting Started\n\n1. Prepare one [Terraform Variable Definition file] named `terraform.tfvars` with the required authentication information.\n\n   *TIP: You can rename `terraform.tfvars.example` and enter your configuration*\n\n2. Provision the infrastructure and launch Backstage using the following commands:\n\n    ```shell\n    \u003e terraform init\n    \u003e terraform plan\n    \u003e terraform apply\n    ```  \n\n    **Note**: the infrastructure will be available in few minutes, however the Backstage setup will take much longer to complete (up to 15 minutes). To monitor the process:\n    1. connect via SSH to the instance\n    2. launch the following command\n        ```shell\n        $ tail -fn 100 /var/log/cloud-init-output.log\n        ```  \n3. Get the public IP of the instance from the Terraform output and open http://\u003cPUBLIC_IP\u003e:3000 in your browser\n\n## URLs\nFor more information about `Backstage`: \n* [Backstage Docs](https://backstage.io/docs/overview/what-is-backstage)\n\n## Know Issues\n\n\n## Contributing\nThis project is open source.  Please submit your contributions by forking this repository and submitting a pull request!  Oracle appreciates any contributions that are made by the open source community.\n\n## License\nCopyright (c) 2024 Oracle and/or its affiliates.\n\nLicensed under the Universal Permissive License (UPL), Version 1.0.\n\nSee [LICENSE](LICENSE.txt) for more details.\n\n---\n\n\n[![Quality gate](https://sonarcloud.io/api/project_badges/quality_gate?project=oracle-devrel_terraform-oci-backstage)](https://sonarcloud.io/dashboard?id=oracle-devrel_terraform-oci-backstage)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foracle-devrel%2Fterraform-oci-backstage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foracle-devrel%2Fterraform-oci-backstage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foracle-devrel%2Fterraform-oci-backstage/lists"}