Skip to content

Commit

Permalink
Sync quarkus-kiota.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi authored Jan 26, 2024
1 parent 6e61bbf commit 726dba5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform-scripts/quarkus-kiota.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ resource "github_repository" "quarkus_kiota" {
description = "Generate client SDKs using Kiota from OpenAPI descriptions"
homepage_url = "https://github.com/microsoft/kiota"
allow_update_branch = true
allow_merge_commit = true
allow_rebase_merge = true
archive_on_destroy = true
delete_branch_on_merge = true
has_issues = true
Expand Down

0 comments on commit 726dba5

Please sign in to comment.