Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jun 26, 2024
1 parent 2b479fd commit 0f654e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ IMPORTANT: The branch must be created in the same repository, it won't work in a
resource "github_repository" "quarkus_UNIQUE_NAME" {
name = "quarkus-DASHED-NAME"
description = "A cool description"
homepage_url = "https://some-url/"
homepage_url = "https://docs.quarkiverse.io/quarkus-DASHED-NAME/dev"
allow_update_branch = true
archive_on_destroy = true
delete_branch_on_merge = true
Expand Down

0 comments on commit 0f654e1

Please sign in to comment.