Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.0](1.1.1...1.2.0) (2023-01-05)

### Features

* **#2:** Add swagger docs endpoint ([#5](#5)) ([f66c691](f66c691)), closes [#2](#2) [#2](#2)
  • Loading branch information
semantic-release-bot committed Jan 5, 2023
1 parent f66c691 commit 37df079
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.2.0](https://github.com/timo-reymann/terraform-module-aws-apigateway-swagger-ui/compare/1.1.1...1.2.0) (2023-01-05)


### Features

* **#2:** Add swagger docs endpoint ([#5](https://github.com/timo-reymann/terraform-module-aws-apigateway-swagger-ui/issues/5)) ([f66c691](https://github.com/timo-reymann/terraform-module-aws-apigateway-swagger-ui/commit/f66c6915068746c3bd904bd32bb801a352acd10b)), closes [#2](https://github.com/timo-reymann/terraform-module-aws-apigateway-swagger-ui/issues/2) [#2](https://github.com/timo-reymann/terraform-module-aws-apigateway-swagger-ui/issues/2)

## [1.1.1](https://github.com/timo-reymann/terraform-module-aws-apigateway-swagger-ui/compare/1.1.0...1.1.1) (2023-01-04)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Serve Swagger documentation right from your API-Gateway.

```hcl
module "swagger_ui" {
source = "[email protected]:timo-reymann/terraform-module-aws-apigateway-swagger-ui.git?ref=1.1.1"
source = "[email protected]:timo-reymann/terraform-module-aws-apigateway-swagger-ui.git?ref=1.2.0"
prefix = "my-api-service"
openapi_definition_content = file("my-definition.yml")
openapi_definition_format = "yaml"
Expand All @@ -39,7 +39,7 @@ You can also reuse the output `routes` to get a reference or even generate it in

```hcl
module "swagger_ui" {
source = "[email protected]:timo-reymann/terraform-module-aws-apigateway-swagger-ui.git?ref=1.1.1"
source = "[email protected]:timo-reymann/terraform-module-aws-apigateway-swagger-ui.git?ref=1.2.0"
prefix = "my-api-service"
openapi_definition_content = file("my-definition.yml")
openapi_definition_format = "yaml"
Expand Down

0 comments on commit 37df079

Please sign in to comment.