Skip to content

Commit

Permalink
remove 'test'
Browse files Browse the repository at this point in the history
  • Loading branch information
caetano-colin committed Aug 19, 2024
1 parent 939e20f commit 30d455c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/cloudbuild_repo_connection_github/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ variable "github_app_id" {
}

variable "repository_url" {
description = "The HTTPS clone URL of the test repository, ending with .git."
description = "The HTTPS clone URL of the repository, ending with .git."
type = string
}

Expand Down
2 changes: 1 addition & 1 deletion examples/cloudbuild_repo_connection_gitlab/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variable "project_id" {
}

variable "repository_url" {
description = "The HTTPS clone URL of the test repository, ending with .git."
description = "The HTTPS clone URL of the repository, ending with .git."
type = string
}

Expand Down

0 comments on commit 30d455c

Please sign in to comment.