File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
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_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_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 },
@@ -41,7 +41,7 @@ func TestAccessKeyImporter(t *testing.T) {
4141 "SCW_SECRET_KEY" : "c3a22663-2770-4428-8166-c214643cd70b" ,
4242 "SCW_DEFAULT_REGION" : "fr-par" ,
4343 "SCW_DEFAULT_ZONE" : "fr-par-1" ,
44- "SCW_PROJECT_ID" : "01696acf-7a78-4d94-a129-5e135d0377cc" ,
44+ "SCW_DEFAULT_PROJECT_ID" : "01696acf-7a78-4d94-a129-5e135d0377cc" ,
4545 "SCW_DEFAULT_ORGANIZATION_ID" : "14800390-5df1-4a90-b38e-9b461bdcd108" ,
4646 },
4747 ExpectedCandidates : []sdk.ImportCandidate {
You can’t perform that action at this time.
0 commit comments