Skip to content

Commit

Permalink
feat: code dynamic and add resource, variable description
Browse files Browse the repository at this point in the history
  • Loading branch information
theprashantyadav committed Jul 12, 2023
1 parent 26397b1 commit e453dc5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _examples/complete/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,8 @@ module "api_gateway" {
authorizer_key = "cognito"
}
}
access_log_settings = {
default_stage_access_log_destination_arn = "*"
default_stage_access_log_format = " HTTP"
}
}

0 comments on commit e453dc5

Please sign in to comment.