Skip to content

Commit

Permalink
add newlines to eof
Browse files Browse the repository at this point in the history
  • Loading branch information
caetano-colin committed Aug 16, 2024
1 parent 99e63a6 commit e033ba3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion examples/cloudbuild_repo_connection_github/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ output "cloudbuild_2nd_gen_connection" {
output "cloudbuild_2nd_gen_repositories" {
description = "Created repositories."
value = module.github_connection.cloudbuild_2nd_gen_repositories
}
}

3 changes: 2 additions & 1 deletion examples/cloudbuild_repo_connection_github/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ variable "test_repo_url" {
variable "test_repo_name" {
description = "The name of the test repository."
type = string
}
}

3 changes: 2 additions & 1 deletion examples/cloudbuild_repo_connection_gitlab/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ variable "gitlab_authorizer_credential" {
variable "gitlab_read_authorizer_credential" {
description = "Credential for GitLab read authorizer"
type = string
}
}

3 changes: 2 additions & 1 deletion modules/cloudbuild_repo_connection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ Users will provide the required secrets through the `credential_config` variable
| cloudbuild\_2nd\_gen\_connection | Cloudbuild connection created. |
| cloudbuild\_2nd\_gen\_repositories | Created repositories. |

<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->

0 comments on commit e033ba3

Please sign in to comment.