Skip to content

Commit 91ec4fd

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 032ca95 commit 91ec4fd

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
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/registry.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,3 @@ resource "ovh_cloud_project_containerregistry_user" "admin" {
1818
1919
login = "mybinder-admin"
2020
}
21-
22-

terraform/ovh/staging.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ service_name = "5e4c805d3c614a1085d7b7bc1fee46d6"
44
region = "US-EAST-VA"
55

66
registry_plan = "SMALL"
7-
registry_name = "mybinder-ovh-staging"
7+
registry_name = "mybinder-ovh-staging"

terraform/ovh/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ variable "registry_plan" {
4242
- MEDIUM is 600GB
4343
- LARGE is 5TiB
4444
EOT
45-
}
45+
}

0 commit comments

Comments
 (0)