Skip to content

Commit

Permalink
Add build spec to autocreation config
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-elliott-nhsd committed Oct 14, 2024
1 parent b0f534c commit a21452c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infrastructure/terraform/components/app/amplify_app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ resource "aws_amplify_app" "main" {
content {
basic_auth_credentials = base64encode("${local.csi}:${aws_ssm_parameter.amplify_password[0].value}")
enable_basic_auth = true

build_spec = file("${path.module}/amplify.yaml")
}
}

Expand Down

0 comments on commit a21452c

Please sign in to comment.