Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stale] (Copilot Workspace) Implement Terraform #298

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 10, 2024

  1. [stale] (Copilot Workspace) Implement Terraform

    Fixes #113
    
    Implement Terraform for deployment and configuration.
    
    * Add `terraform/main.tf` to define Cloudflare provider, Cloudflare Workers, KV namespace, and secrets.
    * Add `terraform/variables.tf` to define variables for Cloudflare account ID, API token, and other required values.
    * Add `terraform/outputs.tf` to define outputs for Cloudflare Worker URL.
    * Add `.github/workflows/terraform.yml` to create a new GitHub Actions workflow for Terraform deployment.
    * Modify `.github/workflows/cd.yml` to remove `cloudflare/wrangler-action@v3` step and add a step to trigger the Terraform workflow.
    * Delete `wrangler.toml` file.
    
    ---
    
    For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/CyberFlameGO/NCEAHelpWorker/issues/113?shareId=XXXX-XXXX-XXXX-XXXX).
    CyberFlameGO committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    bd001f5 View commit details
    Browse the repository at this point in the history