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.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## 1.0.0 (2023-01-03)

### Features

* Trigger initial release ([49ce393](49ce393))
  • Loading branch information
semantic-release-bot committed Jan 3, 2023
1 parent a266966 commit ccb0af5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 1.0.0 (2023-01-03)


### Features

* Trigger initial release ([49ce393](https://github.com/timo-reymann/terraform-module-aws-apigateway-swagger-ui/commit/49ce393b17b44d4683aa197ef95de6b3cfd02cad))
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=0.0.0"
source = "[email protected]:timo-reymann/terraform-module-aws-apigateway-swagger-ui.git?ref=1.0.0"
prefix = "my-api-service"
openapi_definition_content = file("my-definition.yml")
openapi_definition_format = "yaml"
Expand All @@ -35,7 +35,7 @@ module "swagger_ui" {

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

0 comments on commit ccb0af5

Please sign in to comment.