Skip to content

Commit

Permalink
fix demo_page missing
Browse files Browse the repository at this point in the history
  • Loading branch information
billmetangmo authored Nov 28, 2024
1 parent fa669bc commit aa13e8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,11 @@ resource "aws_api_gateway_deployment" "test" {
stage_name = (terraform.workspace == "mtchoun-mouh-master") ? var.stage_name : "${terraform.workspace}-${var.stage_name}"
}

resource "local_file" "demo_page" {
content = local.demo_page
filename = "../html/demo.html"
}

resource "local_file" "index_page" {
content = local.index_page
filename = "../html/index.html"
Expand Down

0 comments on commit aa13e8e

Please sign in to comment.