Skip to content

Commit 4ce2685

Browse files
Update modules/cloudbuild_repo_connection/variables.tf
Co-authored-by: Andrew Peabody <[email protected]>
1 parent 9c4486a commit 4ce2685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cloudbuild_repo_connection/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ variable "connection_config" {
3030
- gitlab_webhook_secret_id: (Optional) The secret ID for the GitLab WebHook.
3131
- gitlab_enterprise_host_uri: (Optional) The URI of the GitLab Enterprise host this connection is for. If not specified, the default value is https://gitlab.com.
3232
- gitlab_enterprise_service_directory: (Optional) Configuration for using Service Directory to privately connect to a GitLab Enterprise server. This should only be set if the GitLab Enterprise server is hosted on-premises and not reachable by public internet. If this field is left empty, calls to the GitLab Enterprise server will be made over the public internet. Format: projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}.
33-
- gitlab_enterprise_ca_certificate (Optional) SSL certificate to use for requests to GitLab Enterprise.
33+
- gitlab_enterprise_ca_certificate: (Optional) SSL certificate to use for requests to GitLab Enterprise.
3434
EOT
3535
type = object({
3636
connection_type = string

0 commit comments

Comments
 (0)