Browse Source

added region to GCP provisioner config

jnfrati 4 years ago
parent
commit
a8165ea314
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dashboard/src/main/home/onboarding/types.ts

+ 1 - 0
dashboard/src/main/home/onboarding/types.ts

@@ -73,6 +73,7 @@ export type GCPProvisionerConfig = {
     cluster_name: string;
     registry_infra_id: number;
     cluster_infra_id: number;
+    region: string;
   };
 };