File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ var defaultEnvVarMapping = map[string]sdk.FieldName{
108108 "SCW_SECRET_KEY" : fieldname .SecretAccessKey ,
109109 "SCW_DEFAULT_REGION" : fieldname .DefaultRegion ,
110110 "SCW_DEFAULT_ZONE" : fieldname .DefaultZone ,
111- "SCW_DEFAULT_PROJECT_ID" : fieldname .ProjectID ,
111+ "SCW_DEFAULT_PROJECT_ID" : fieldname .ProjectID ,
112112 "SCW_DEFAULT_ORGANIZATION_ID" : fieldname .OrgID ,
113113}
114114
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ func TestAccessKeyProvisioner(t *testing.T) {
2525 "SCW_SECRET_KEY" : "c3a22663-2770-4428-8166-c214643cd70b" ,
2626 "SCW_DEFAULT_REGION" : "fr-par" ,
2727 "SCW_DEFAULT_ZONE" : "fr-par-1" ,
28- "SCW_DEFAULT_PROJECT_ID" : "d3a22663-2770-4428-8166-c214643cd70c" ,
28+ "SCW_DEFAULT_PROJECT_ID" : "d3a22663-2770-4428-8166-c214643cd70c" ,
2929 "SCW_DEFAULT_ORGANIZATION_ID" : "e3a22663-2770-4428-8166-c214643cd70d" ,
3030 },
3131 },
You can’t perform that action at this time.
0 commit comments