Skip to content

Commit 116c002

Browse files
committed
cleanup
1 parent f562b66 commit 116c002

File tree

3 files changed

+8
-37
lines changed

3 files changed

+8
-37
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,8 @@ infra/scw-transfer/terraform.tfvars
7474
venv/
7575

7676
infra/scw-transfer/.terraform/
77+
infra/scw-transfer/.terraform.lock.hcl
78+
79+
# Terraform state files
80+
*.tfstate
81+
*.tfstate.backup

infra/scw-transfer/README.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

infra/scw-transfer/terraform.tfvars

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Scaleway credentials and deployment settings for transfer.sh
22
# Fill in the project ID and adjust names/limits as needed.
33

4-
project_id = "81e43e7c-903e-4aaa-a98d-479f47c3138d"
5-
access_key = "SCWWZCKQA94245AYRR4H" # or leave unset to use SCW_ACCESS_KEY env var
6-
secret_key = "958975f3-9e79-439b-9de7-3658409cbf2c" # or leave unset to use SCW_SECRET_KEY env var
4+
project_id = "xxxx"
5+
access_key = "xxxx" # or leave unset to use SCW_ACCESS_KEY env var
6+
secret_key = "xxxx" # or leave unset to use SCW_SECRET_KEY env var
77
region = "nl-ams"
88
zone = "nl-ams-1"
99

0 commit comments

Comments
 (0)