Skip to content

Commit

Permalink
auto_deploy = false
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispsheehan committed Mar 8, 2024
1 parent 7aebe09 commit 402d29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ resource "aws_apigatewayv2_route" "this" {
resource "aws_apigatewayv2_stage" "this" {
api_id = aws_apigatewayv2_api.this.id
name = var.function_stage
auto_deploy = true
auto_deploy = false
}

resource "aws_iam_policy" "whitelist_policy" {
Expand Down

0 comments on commit 402d29b

Please sign in to comment.