Skip to content

Commit 752faa9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 440808e commit 752faa9

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

terraform/ovh/harbor.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@ output "registry_user_puller_name" {
118118
output "registry_user_puller_token" {
119119
value = harbor_robot_account.user-puller.secret
120120
sensitive = true
121-
}
121+
}

terraform/ovh/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ locals {
3131
# Locate near our hetzner nodes, just in case we want to do data transfer in the future
3232
region = "US-EAST-VA"
3333
}
34-

terraform/ovh/registry.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@ resource "ovh_cloud_project_containerregistry_user" "admin" {
2121
2222
login = "mybinder-admin"
2323
}
24-
25-

0 commit comments

Comments
 (0)