Skip to content

Commit 2cd2dc3

Browse files
committed
minor improvements to Terraform & C++ Httplib generators
1 parent ff7fd36 commit 2cd2dc3

File tree

9 files changed

+71
-71
lines changed

9 files changed

+71
-71
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,6 +1109,7 @@ Here is a list of template creators:
11091109
* Swift 5: @4brunu
11101110
* Swift 6: @4brunu
11111111
* Swift Combine: @dydus0x14
1112+
* Terraform: @jasondamour
11121113
* TypeScript (Angular1): @mhardorf
11131114
* TypeScript (Angular2): @roni-frantchi
11141115
* TypeScript (Angular6): @akehir
@@ -1131,6 +1132,7 @@ Here is a list of template creators:
11311132
* C# Azure functions: @Abrhm7786
11321133
* C# NancyFX: @mstefaniuk
11331134
* C++ (Qt5 QHttpEngine): @etherealjoy
1135+
* C++ Httplib: @rajvesh
11341136
* C++ Oat++: @Kraust
11351137
* C++ Pistache: @sebymiano
11361138
* C++ Restbed: @stkrwork

modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/CppHttplibServerCodegen.java

Lines changed: 62 additions & 64 deletions
Large diffs are not rendered by default.

modules/openapi-generator/src/main/resources/terraform-provider/README.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This Terraform provider was generated using [OpenAPI Generator](https://openapi-
55
## Requirements
66

77
- [Terraform](https://www.terraform.io/downloads.html) >= 1.0
8-
- [Go](https://golang.org/doc/install) >= 1.22
8+
- [Go](https://golang.org/doc/install) >= 1.24
99

1010
## Building The Provider
1111

samples/client/others/terraform/allof-discriminator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This Terraform provider was generated using [OpenAPI Generator](https://openapi-
55
## Requirements
66

77
- [Terraform](https://www.terraform.io/downloads.html) >= 1.0
8-
- [Go](https://golang.org/doc/install) >= 1.22
8+
- [Go](https://golang.org/doc/install) >= 1.24
99

1010
## Building The Provider
1111

samples/client/others/terraform/oneof-anyof-required/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This Terraform provider was generated using [OpenAPI Generator](https://openapi-
55
## Requirements
66

77
- [Terraform](https://www.terraform.io/downloads.html) >= 1.0
8-
- [Go](https://golang.org/doc/install) >= 1.22
8+
- [Go](https://golang.org/doc/install) >= 1.24
99

1010
## Building The Provider
1111

samples/client/others/terraform/oneof-discriminator-lookup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This Terraform provider was generated using [OpenAPI Generator](https://openapi-
55
## Requirements
66

77
- [Terraform](https://www.terraform.io/downloads.html) >= 1.0
8-
- [Go](https://golang.org/doc/install) >= 1.22
8+
- [Go](https://golang.org/doc/install) >= 1.24
99

1010
## Building The Provider
1111

samples/client/petstore/terraform-addpet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This Terraform provider was generated using [OpenAPI Generator](https://openapi-
55
## Requirements
66

77
- [Terraform](https://www.terraform.io/downloads.html) >= 1.0
8-
- [Go](https://golang.org/doc/install) >= 1.22
8+
- [Go](https://golang.org/doc/install) >= 1.24
99

1010
## Building The Provider
1111

samples/client/petstore/terraform-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This Terraform provider was generated using [OpenAPI Generator](https://openapi-
55
## Requirements
66

77
- [Terraform](https://www.terraform.io/downloads.html) >= 1.0
8-
- [Go](https://golang.org/doc/install) >= 1.22
8+
- [Go](https://golang.org/doc/install) >= 1.24
99

1010
## Building The Provider
1111

samples/client/petstore/terraform/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This Terraform provider was generated using [OpenAPI Generator](https://openapi-
55
## Requirements
66

77
- [Terraform](https://www.terraform.io/downloads.html) >= 1.0
8-
- [Go](https://golang.org/doc/install) >= 1.22
8+
- [Go](https://golang.org/doc/install) >= 1.24
99

1010
## Building The Provider
1111

0 commit comments

Comments
 (0)