Skip to content

Commit 7c63cf1

Browse files
authored
Merge pull request #40 from DevOps-Cloud-Team5/SCRUM-92_cf
quick fix
2 parents b24e78f + 43210b2 commit 7c63cf1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/cloudFormation.yml

+1
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,6 @@ jobs:
9898
- name: Deploy
9999
run: |
100100
cd deployments
101+
terraform import aws_iam_role.lambda_role lambda_role_zappa_tf
101102
terraform init
102103
terraform apply -auto-approve

deployments/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ resource "aws_lambda_function" "app" {
4949
}
5050

5151
resource "aws_api_gateway_rest_api" "api" {
52-
name = "zappa-app-api"
52+
name = "PLACEHOLDER_PROJECT_NAME-zappa-app-api"
5353
description = "API for zappa tf app"
5454
binary_media_types = ["*/*"]
5555
}

0 commit comments

Comments
 (0)