Skip to content

Commit

Permalink
Add tags to apigw stage (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
niroz89 authored Jun 15, 2023
1 parent 8182ff6 commit e8395a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ resource "aws_api_gateway_stage" "stage" {

depends_on = [aws_api_gateway_account.api_gateway_account]

tags = var.tags

}

resource "aws_cloudwatch_log_group" "log_group" {
Expand Down

0 comments on commit e8395a8

Please sign in to comment.