first (big) draft

This commit is contained in:
2026-08-07 17:19:49 +02:00
parent 2974a3a4cd
commit 9e78dfa4f2
24 changed files with 3975 additions and 1 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"aws": [
{
"name": "client-a-prod",
"profile": "client-a-prod"
},
{
"name": "client-b-prod",
"access_key_id": "AKIAIOSFODNN7EXAMPLE",
"secret_access_key": "VOTRE_SECRET_ICI"
}
],
"azure": [
{
"name": "client-c-prod",
"tenant_id": "00000000-0000-0000-0000-000000000000",
"client_id": "11111111-1111-1111-1111-111111111111",
"client_secret": "VOTRE_SECRET_ICI",
"subscription_id": "22222222-2222-2222-2222-222222222222"
}
]
}