summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.tf b/main.tf
index a307743..47e77c2 100644
--- a/main.tf
+++ b/main.tf
@@ -12,7 +12,7 @@ provider "docker" {
registry_auth {
address = "gitlab.xlinfo.lan:5005"
username = "jerome"
- password = "J3r0me22"
+ password = "xxxxxxxx"
}
}